Prechádzať zdrojové kódy

fix: 切换主题 样式修复

lanceJiang 1 rok pred
rodič
commit
63c20f2949

+ 1 - 1
src/styles/lance-element/draggableNest.scss

@@ -45,7 +45,7 @@
 			width: 100%;
 			// 不能拖动 不能删除
 			&.disabled {
-				color: rgba(0, 0, 0, 0.25);
+				color: var(--el-text-color-disabled);
 				cursor: not-allowed;
 				&.ghost {
 					background: unset;

+ 1 - 1
src/views/flow/group/components/listGroup.vue

@@ -208,7 +208,7 @@ defineExpose({
 				align-items: center;
 				color: rgba(3, 3, 3, 1);
 				&.disabled {
-					color: rgba(0, 0, 0, 0.25);
+					color: var(--el-text-color-disabled);
 				}
 				.edit_line {
 					display: inline-block;

+ 2 - 2
src/views/flow/group/components/sortGroup.vue

@@ -117,11 +117,11 @@ defineExpose({
 		background-color: rgba(244, 245, 246, 0.5);
 		&_title {
 			position: relative;
-			font-family: PingFangSC-Medium;
+			//font-family: PingFangSC-Medium;
 			display: flex;
 			align-items: center;
 			&.disabled {
-				color: rgba(0, 0, 0, 0.25);
+				color: var(--el-text-color-disabled);
 			}
 		}
 		&_nameOperate {