Browse Source

系统图编辑界面修改左侧文字样式

niuheng 2 years ago
parent
commit
a24bea41ca
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/components/systemGraph/edit.vue

+ 3 - 0
src/components/systemGraph/edit.vue

@@ -1201,6 +1201,8 @@ export default {
 #divGraphEdit .graphInfoName {
   margin-left: 12px;
   margin-top: 21px;
+  font-size: 12px;
+  color:#6F777F;
 }
 
 #divGraphEdit .graphInfoFirstEdit {
@@ -1213,6 +1215,7 @@ export default {
 #divGraphEdit .graphInfoContent {
   margin-top: 12px;
   margin-left: 36px;
+  font-weight: normal;
 }
 
 #divGraphEdit .graphRegion {