浏览代码

问题提示添加

princeLee 4 年之前
父节点
当前提交
74436ea15e
共有 1 个文件被更改,包括 5 次插入1 次删除
  1. 5 1
      src/views/business/bizIdSelect.vue

+ 5 - 1
src/views/business/bizIdSelect.vue

@@ -39,7 +39,7 @@
       <div class="title">
       <div class="title">
         业务线不存在?请联系系统管理员添加,获取业务线访问权限,请联系系统管理员或业务线现有成员将您加入业务线即可
         业务线不存在?请联系系统管理员添加,获取业务线访问权限,请联系系统管理员或业务线现有成员将您加入业务线即可
       </div>
       </div>
-      <div class="contacts">叶宏钢(yehonggang) 廖子君(amyliaozijun)</div>
+      <div class="contacts"><span>系统管理员:</span>叶宏钢(yehonggang) 廖子君(amyliaozijun)</div>
     </div>
     </div>
   </section>
   </section>
 </template>
 </template>
@@ -250,6 +250,10 @@ export default {
     margin-top: 7px;
     margin-top: 7px;
     font-weight: 500;
     font-weight: 500;
     color: #333333;
     color: #333333;
+    span {
+      font-weight: 400;
+      color: #666666;
+    }
   }
   }
 }
 }
 .disable {
 .disable {