CRM_25-12-09#story#7484,供应商培训材料问答编辑优化--敖煜

This commit is contained in:
2025-12-03 15:12:47 +08:00
parent 72fe6cc266
commit 811f232a73
4 changed files with 112 additions and 17 deletions

View File

@@ -23,6 +23,17 @@
div {
padding-top: 8px;
}
.commonNum{
padding: 2px 5px;
background-color: #9C9C9C;
color: white;
border-radius: 3px;
font-size: 13px;
margin-left: 3px;
}
.notFinish{
background-color: red;
}
.active {
color: #3678FF;
position: relative;

View File

@@ -1,6 +1,6 @@
@import "@/styles/mixin.scss";
::v-deep .van-nav-bar__content{
background-color: #3A3A3A !important;
//background-color: #3A3A3A !important;
}
.wrap{
@include wh(100%,100%);