update 完成房屋编码管理

This commit is contained in:
2021-06-18 17:44:07 +08:00
parent 0dbd9c8a49
commit d6e3b3146d
7 changed files with 563 additions and 54 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

View File

@@ -1,10 +1,4 @@
@import (reference) '../extend.less';
/* input前缀有2个字符的 */
.yo-input-prefix-2 {
.ant-input:not(:first-child) {
padding-left: 45px;
}
}
.yo-addon {
padding: 0 @padding-xs;
}

View File

@@ -22,11 +22,14 @@
width: 25%;
min-width: 300px;
padding: @padding-xxs @padding-sm;
background: fade(@black, 20%);
box-shadow: @box-shadow-base;
backdrop-filter: blur(5px);
}
}
.yo-adorn {
&--house-top {
height: 65px;
background: url('~assets/image/adorn/house-top-01.png') no-repeat bottom right;
}
}