mirror of
https://github.com/xinnan-tech/xiaozhi-esp32-server.git
synced 2026-07-22 07:03:53 +08:00
解决切换页面样式变化的问题
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user