style: 还原 table 中操作列按钮样式,以及步骤条相关样式 (#3896)

Co-authored-by: zhaojisen <1301338853@qq.com>
Co-authored-by: 老广 <ibuler@qq.com>
This commit is contained in:
fit2bot
2024-05-08 11:07:00 +08:00
committed by GitHub
parent b6f430c0db
commit ef7db30658
3 changed files with 16 additions and 6 deletions

View File

@@ -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;

View File

@@ -218,7 +218,6 @@ export default {
</script>
<style lang="scss" scoped>
.table-content {
margin-top: 10px;

View File

@@ -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,