[add] 企标立项、更改流程

This commit is contained in:
lideqin
2023-11-30 10:47:26 +08:00
parent 3f5d9789a1
commit a536b0f75c
9 changed files with 195 additions and 6 deletions
+39 -1
View File
@@ -1,3 +1,41 @@
@primary-color: #E63636;
@font-color: #1D2129;
@label-font-color: #767676;
@label-font-color: #767676;
/* switch的样式 */
.top-wrapper {
width: 100%;
height: 1.11rem;
background: #FFFFFF;
display: flex;
align-items: center;
}
.table-operator-tab {
width: 4.2rem;
height: 0.68rem;
line-height: 0.68rem;
margin: 0 auto;
background-color: #FFFFFF;
border-radius: 0.4rem 0.4rem 0.4rem 0.4rem;
border: 0.01rem solid @primary-color;
overflow: hidden;
display: flex;
}
.table-operator-tab a {
display: flex;
justify-content: center;
align-items: center;
width: 2.1rem;
height: 0.68rem;
color: #1D2129;
font-size: 0.28rem;
}
.table-operator-tab a.table-operator-tab-active {
background-color: @primary-color;
color: #FFFFFF;
}
/* switch的样式--end */