解决切换页面样式变化的问题

This commit is contained in:
Ran_Chen
2025-04-17 09:34:42 +08:00
parent de5eaf4467
commit bdc19256bf
+7 -2
View File
@@ -512,21 +512,26 @@ export default {
align-items: center; align-items: center;
} }
.save-btn { .action-bar {
.el-button.save-btn {
background: #5778ff; background: #5778ff;
color: white; color: white;
border: none; border: none;
border-radius: 18px; border-radius: 18px;
padding: 10px 20px; padding: 10px 20px;
width: 100px;
height: 35px;
font-size: 14px;
} }
.reset-btn { .el-button.reset-btn {
background: #e6ebff; background: #e6ebff;
color: #5778ff; color: #5778ff;
border: 1px solid #adbdff; border: 1px solid #adbdff;
border-radius: 18px; border-radius: 18px;
padding: 10px 20px; padding: 10px 20px;
} }
}
.hint-text { .hint-text {
display: flex; display: flex;