@@ -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;
@@ -208,7 +208,7 @@ defineExpose({
align-items: center;
color: rgba(3, 3, 3, 1);
}
.edit_line {
display: inline-block;
@@ -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;
&_nameOperate {