建平需求变更调整完毕

This commit is contained in:
aixianling
2022-08-15 18:39:33 +08:00
parent 25e45267c1
commit 3544a290ab
13 changed files with 599 additions and 389 deletions

View File

@@ -44,7 +44,7 @@ export default {
.AiItem {
font-family: PingFangSC-Regular, PingFang SC;
.border {
&.border {
.normal {
border-bottom: 2px solid #ddd;
}
@@ -62,6 +62,10 @@ export default {
.flexContent {
max-width: 62vw;
input {
text-align: right;
}
}
}

View File

@@ -55,6 +55,7 @@ export default {
min-height: 100px;
padding: 20px 32px;
box-sizing: border-box;
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.02);
*:last-child {
margin-bottom: 0 !important;
@@ -62,7 +63,6 @@ export default {
}
::v-deep .u-search {
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.02);
margin-bottom: 32px !important;
}
}