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

This commit is contained in:
Ran_Chen
2025-04-17 09:34:42 +08:00
parent de5eaf4467
commit bdc19256bf
+18 -13
View File
@@ -512,20 +512,25 @@ export default {
align-items: center; align-items: center;
} }
.save-btn { .action-bar {
background: #5778ff; .el-button.save-btn {
color: white; background: #5778ff;
border: none; color: white;
border-radius: 18px; border: none;
padding: 10px 20px; border-radius: 18px;
} 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 {