Merge branch 'master-500-dev-xwx' into 'master-500-dev'
资产视图资源名称样式优化 See merge request !480
Showing
6 changed files
with
7 additions
and
5 deletions
@@ -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;" /> |
-
Please register or login to post a comment