perf: 样式调整

1.登录页
2.一些小细节包括table、btn
This commit is contained in:
chenjinsong
2019-12-26 16:31:53 +08:00
parent 0d9abacf88
commit aee1e6c9fa
16 changed files with 604 additions and 493 deletions

View File

@@ -34,6 +34,7 @@
height="calc(100% - 65px)"
style="width: 100%;">
<el-table-column
:resizable="false"
v-for="(item, index) in metricsTableTitle"
v-if="item.show"
:width="item.width"
@@ -70,6 +71,7 @@
height="calc(100% - 65px)"
style="width: 100%;">
<el-table-column
:resizable="false"
v-for="(item, index) in endpointTableTitle"
v-if="item.show"
:width="item.width"
@@ -86,7 +88,7 @@
<span v-else>{{scope.row[item.prop]}}</span>
</template>
</el-table-column>
<el-table-column :label="$t('overall.option')" width="100">
<el-table-column :resizable="false" :label="$t('overall.option')" width="100">
<template slot-scope="scope" :column="item">
<div class="content-right-options">
<span @click.stop="endpointDetail(scope.row)" class="content-right-option"><i class="el-icon-view"></i></span>