11 lines
224 B
Plaintext
11 lines
224 B
Plaintext
|
/* pages/project_subDepts/index.wxss */
|
||
|
.module_see_info_edit {
|
||
|
padding-left: 10rpx;
|
||
|
color: #91ef4a;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
font-weight: 600;
|
||
|
}
|
||
|
.module_see_info_edit .edit_text{
|
||
|
padding-left: 10rpx;
|
||
|
}
|