mirror of
https://github.com/xinnan-tech/xiaozhi-esp32-server.git
synced 2026-07-24 08:03:53 +08:00
feat: 完成字段管理页面样式改造
This commit is contained in:
@@ -31,6 +31,7 @@ export default {
|
||||
transition: all 0.3s ease;
|
||||
|
||||
&.el-button--small {
|
||||
padding: 10px;
|
||||
font-size: 14px;
|
||||
}
|
||||
&.el-button--medium {
|
||||
@@ -91,7 +92,7 @@ export default {
|
||||
|
||||
.custom-button--delete {
|
||||
width: fit-content;
|
||||
background: linear-gradient(to right, #ff6b6b, #ff8e8e);
|
||||
background: #ff6b6b;
|
||||
color: white;
|
||||
border: none;
|
||||
border-radius: 6px;
|
||||
|
||||
Reference in New Issue
Block a user