mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-29 21:28:52 +00:00
style: 还原 table 中操作列按钮样式,以及步骤条相关样式 (#3896)
Co-authored-by: zhaojisen <1301338853@qq.com> Co-authored-by: 老广 <ibuler@qq.com>
This commit is contained in:
@@ -207,7 +207,7 @@ export default {
|
||||
.action-item.el-dropdown {
|
||||
font-size: 11px;
|
||||
|
||||
.el-button--default {
|
||||
.more-action.el-button--default {
|
||||
::v-deep .el-icon-arrow-down.el-icon--right {
|
||||
color: var(--el-icon-color) !important;
|
||||
}
|
||||
@@ -228,16 +228,14 @@ export default {
|
||||
// 主要是 Table 中的操作列
|
||||
.layout.table-actions {
|
||||
.el-button {
|
||||
padding: 0 5px;
|
||||
border: none;
|
||||
padding: 1px 5px;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
::v-deep .action-item.el-dropdown .el-button {
|
||||
padding: 5px 7px;
|
||||
padding: 1px 5px;
|
||||
background-color: #E8F7F4;
|
||||
color: #1ab394;
|
||||
border: none;
|
||||
|
||||
&:focus {
|
||||
color: #fff;
|
||||
|
||||
@@ -218,7 +218,6 @@ export default {
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
|
||||
.table-content {
|
||||
margin-top: 10px;
|
||||
|
||||
|
||||
@@ -229,6 +229,19 @@ input[type=file] {
|
||||
}
|
||||
}
|
||||
|
||||
// 步骤条
|
||||
.el-timeline .el-timeline-item {
|
||||
.el-timeline-item__wrapper {
|
||||
.el-timeline-item__content {
|
||||
color: var(--el-text-color);
|
||||
}
|
||||
|
||||
.el-timeline-item__timestamp.is-bottom {
|
||||
color: var(--el-form-tip-text-color);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// table 相关通用样式
|
||||
.el-data-table .el-table {
|
||||
th,
|
||||
|
||||
Reference in New Issue
Block a user