feat:设备管理

This commit is contained in:
houjunxiang
2026-03-09 17:53:33 +08:00
parent 9c88c45d66
commit 6004f6c032
19 changed files with 1196 additions and 1057 deletions

View File

@@ -1017,7 +1017,7 @@ export default defineComponent({
height: 0;
padding: 0;
overflow: hidden;
font-size: 14px;
font-size: 16px;
line-height: 1;
visibility: hidden;
opacity: 0;
@@ -1034,8 +1034,8 @@ export default defineComponent({
display: flex;
align-items: center;
justify-content: center;
width: 20px;
height: 20px;
width: 23px;
height: 23px;
overflow: hidden;
&--arr {
@@ -1163,8 +1163,9 @@ export default defineComponent({
}
&--append {
font-size: 60%;
opacity: 0.6;
font-size: 80%;
opacity: 0.7;
padding-top: 5px;
}
}
}