Merge branch 'dev-3.4' of https://git.mesalab.cn/nezha/nezha-fronted into dev-3.4
This commit is contained in:
@@ -129,7 +129,7 @@
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
width: 90px;
|
||||
width: calc(100% / 7.1) !important;
|
||||
height: 34px;
|
||||
border: 1px solid $--border-color-light;
|
||||
margin-right: -1px;
|
||||
@@ -164,7 +164,7 @@
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
width: 90px;
|
||||
width: calc(100% / 7.1) !important;
|
||||
height: 35px;
|
||||
border: 1px solid $--border-color-light;
|
||||
margin-right: -1px;
|
||||
|
||||
@@ -57,7 +57,7 @@
|
||||
margin-left: 1px;
|
||||
}
|
||||
.el-cascader-menu {
|
||||
width: 200px;
|
||||
width: 300px;
|
||||
height: 100%;
|
||||
}
|
||||
.metric-btn:hover, .metric-btn:focus {
|
||||
@@ -66,7 +66,7 @@
|
||||
}
|
||||
|
||||
.metric-selector .el-cascader-panel {
|
||||
height: 300px;
|
||||
height: 500px;
|
||||
position: absolute;
|
||||
z-index: 2100;
|
||||
background-color: $--background-color-empty;
|
||||
|
||||
@@ -115,8 +115,8 @@
|
||||
:title="state?$t('overall.enabled'):$t('profile.close')"
|
||||
@click="enableExpression"
|
||||
>
|
||||
<i v-if="state" class="nz-icon nz-icon-mimakejian"></i>
|
||||
<i v-else class="nz-icon nz-icon-mimabukejian" style="fontSize:16px"></i>
|
||||
<i v-if="state" class="nz-icon nz-icon-mimakejian" :title="$t('overall.visible')"></i>
|
||||
<i v-else class="nz-icon nz-icon-mimabukejian" style="fontSize:16px" :title="$t('overall.invisible')"></i>
|
||||
</button>
|
||||
<button
|
||||
v-if="plugins.indexOf('add') > -1"
|
||||
|
||||
Reference in New Issue
Block a user