完成小区相关的接口对接

This commit is contained in:
Zy
2026-04-07 18:02:18 +08:00
parent ee55b4dca7
commit b87a594d4e
32 changed files with 913 additions and 384 deletions

View File

@@ -17,15 +17,6 @@ body {
background: var(--el-bg-color-page);
font-family: 'MiSans', 'HarmonyOS Sans SC', 'PingFang SC', 'Source Han Sans SC', 'Noto Sans SC', 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif;
}
/* 图片统一初始化 */
img {
border: none;
vertical-align: middle;
max-width: 100%;
height: auto;
-webkit-user-drag: none;
user-select: none;
}
label {
font-weight: 600;
}