Authored by 王涛

Merge branch 'master-500-dev-xwx' into 'master-500-dev'

资产视图资源名称样式优化



See merge request !480
1 -<el-link type="info" :underline="false" @click="openCmdbAssets"> {{textString}}</el-link> 1 +<el-link type="info" :underline="false" @click="openCmdbAssets"><div style="color: #1E9FFF;text-decoration: underline"> {{textString}}</div></el-link>
1 <div> 1 <div>
2 - <span class="el-dropdown-link" @click="showMachineRoomDialog(true)" > 2 + <span class="el-dropdown-link" @click="showMachineRoomDialog(true)" style="color: #1E9FFF;text-decoration: underline">
3 {{textString}} 3 {{textString}}
4 </span> 4 </span>
5 5
1 <div> 1 <div>
2 - <span class="el-dropdown-link" @click="showMachineRoomDialog(true)" > 2 + <span class="el-dropdown-link" @click="showMachineRoomDialog(true)" style="color: #1E9FFF;text-decoration: underline">
3 {{textString}} 3 {{textString}}
4 </span> 4 </span>
5 5
@@ -5,7 +5,7 @@ @@ -5,7 +5,7 @@
5 :stroke-width="20" 5 :stroke-width="20"
6 :percentage="textString" 6 :percentage="textString"
7 status="success"> 7 status="success">
8 - <div style="color: black">{{textString == '' ? ' ' : textString + '%' }}</div> 8 + <div style="color: #1E9FFF;text-decoration: underline">{{textString == '' ? ' ' : textString + '%' }}</div>
9 </el-progress> 9 </el-progress>
10 </div> 10 </div>
11 <!-- <div style="width: 50px">{{textString == '' ? '' : textString }} </div>--> 11 <!-- <div style="width: 50px">{{textString == '' ? '' : textString }} </div>-->
1 <div style="display: flex"> 1 <div style="display: flex">
2 - <div @click="openCmdbAssets" style="cursor:pointer;width: calc(100% - 25px)">{{textString}}</div> 2 + <div @click="openCmdbAssets" style="cursor:pointer;width: calc(100% - 25px);color: #1E9FFF;text-decoration: underline">{{textString}}</div>
3 <el-dropdown style="width: 25px"> 3 <el-dropdown style="width: 25px">
4 <span class="el-dropdown-link" style="cursor:pointer;"> 4 <span class="el-dropdown-link" style="cursor:pointer;">
5 <i class="el-icon-more" style="color: blue;font-weight: bold;" /> 5 <i class="el-icon-more" style="color: blue;font-weight: bold;" />
1 <el-tag :type="type" checked effect="dark"> 1 <el-tag :type="type" checked effect="dark">
  2 + <div style="color: #1E9FFF;text-decoration: underline">
2 {{ textString == '' ? ' - ' : textString}} 3 {{ textString == '' ? ' - ' : textString}}
  4 + </div>
3 </el-tag> 5 </el-tag>