style: endpointTable 页面去除多余样式
This commit is contained in:
@@ -101,7 +101,7 @@
|
||||
[{{scope.row.configs[0].enable ? 'Metrics':''}}{{scope.row.configs[0].enable&&scope.row.configs[1].enable?',':''}}{{scope.row.configs[1].enable ? 'logs' : ''}}]
|
||||
</span>
|
||||
<nz-tooltip :that="scope.row[item.prop]" class="data-column__" v-if="scope.row[item.prop] && scope.row[item.prop].loading" :type="item.prop">
|
||||
<div class="endpointConfigsTips" name="default">
|
||||
<div name="default">
|
||||
<span class="copy-value-content"> <i class="nz-icon nz-icon-override" @click="copyValue(clConfigs(scope.row))"></i></span>
|
||||
<pre class="copy-value-content__pre">{{JSON.stringify(clConfigs(scope.row),null,2)}}</pre>
|
||||
</div>
|
||||
@@ -382,15 +382,6 @@ export default {
|
||||
display: inline-block;
|
||||
cursor: pointer;
|
||||
}
|
||||
.configs-endpoint .endpointConfigsTips {
|
||||
display: none;
|
||||
}
|
||||
.configs-endpoint:hover .endpointConfigsTips {
|
||||
display: block;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
left: 0;
|
||||
}
|
||||
.configs-endpoint.metrics{
|
||||
color: #3C92F1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user