新增衣服设置优先级,相同衣服id导致优先级相同问题

This commit is contained in:
X1627315083
2023-12-21 17:26:49 +08:00
parent b06ea39f03
commit 70e2fe094b
16 changed files with 99 additions and 60 deletions

View File

@@ -221,6 +221,9 @@ li {
.delete_like_file_block.left {
left: 0rem;
}
.progress_mark .mark_content .ant-progress .ant-progress-text .anticon-check {
color: #7a61dc;
}
.el-popper .el-cascader-panel {
--el-cascader-menu-selected-text-color: #000;
}

View File

@@ -247,6 +247,20 @@ ul,li{
}
}
//design进度100
.progress_mark{
.mark_content{
.ant-progress{
.ant-progress-text{
.anticon-check{
color: #7a61dc;
}
}
}
}
}
.el-popper{
.el-cascader-panel{
--el-cascader-menu-selected-text-color: #000;