|
@@ -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 {
|