update 公共样式

This commit is contained in:
赵霄
2023-11-30 13:33:28 +08:00
parent 341d94461b
commit f00c197e0e
2 changed files with 27 additions and 0 deletions
+26
View File
@@ -71,4 +71,30 @@
background-color: #FFE3DC;
color: @primary-color;
border-color: @primary-color;
}
/*展开面板样式调整*/
/deep/ .van-collapse-item__content {
padding: 0;
}
/deep/ .van-collapse-item__title > .van-cell__title {
font-size: 0.34rem;
font-weight: 600;
color: rgba(29, 33, 41, 0.9);
}
/deep/ .van-collapse-item__title:after {
border: none;
}
/*表单样式调整*/
/deep/ .van-field__label {
font-size: 0.28rem;
color: @label-font-color;
}
/deep/ .van-field__control {
color: @font-color;
font-size: 0.28rem;
}
+1
View File
@@ -85,6 +85,7 @@ export default {
.process-container {
height: calc(100% - 1.11rem - 1.28rem);
overflow: auto;
padding-top: 0.16rem;
}
.operate-box {