1
0
forked from dyf/dyf-vue-ui

控制中心,设备控制页面功能开发

This commit is contained in:
fengerli
2025-08-23 17:36:12 +08:00
parent 1cfb5581c8
commit 8d92482de3
19 changed files with 1057 additions and 3 deletions

View File

@ -88,6 +88,12 @@ div:focus {
.pl-5 {
padding-left: 5px;
}
.p-2{
background: rgba(247, 248, 252, 1);
min-height: 100vh;
box-sizing: border-box;
padding: 15px;
}
.block {
display: block;