feat: Setting页支持自定义主界面功能按钮 支持重置设置

This commit is contained in:
ZiuChen
2022-09-18 15:20:03 +08:00
parent dfe3d87ef0
commit b071a9eb58
3 changed files with 66 additions and 18 deletions

View File

@@ -8,7 +8,12 @@
align-items: center;
margin: 10px;
.el-select {
width: 85px;
&.number-select {
width: 85px;
}
&.operation-select {
width: 400px;
}
}
.path {
width: 65%;