fix:修改搜素框高度 以及 附近相关按钮
This commit is contained in:
@@ -217,7 +217,7 @@ li{
|
|||||||
}
|
}
|
||||||
.nz-btn.nz-btn-size-normal:not(.nz-btn-size-alien) {
|
.nz-btn.nz-btn-size-normal:not(.nz-btn-size-alien) {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
height: 24px;
|
height: 28px;
|
||||||
padding: 0 8px;
|
padding: 0 8px;
|
||||||
}
|
}
|
||||||
.nz-btn.nz-btn-size-small {
|
.nz-btn.nz-btn-size-small {
|
||||||
@@ -672,7 +672,7 @@ li{
|
|||||||
.top-tool-right {
|
.top-tool-right {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-content: center;
|
align-content: center;
|
||||||
height: 26px;
|
height: 30px;
|
||||||
margin-right: 76px;
|
margin-right: 76px;
|
||||||
}
|
}
|
||||||
.top-tool-main-right {
|
.top-tool-main-right {
|
||||||
@@ -719,7 +719,7 @@ li{
|
|||||||
/* begin--二级顶部工具栏*/
|
/* begin--二级顶部工具栏*/
|
||||||
.sub-top-tools {
|
.sub-top-tools {
|
||||||
display: flex;
|
display: flex;
|
||||||
height: 30px;
|
height: 32px;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
border-top: 1px solid #DCDFE6;
|
border-top: 1px solid #DCDFE6;
|
||||||
@@ -827,7 +827,7 @@ li{
|
|||||||
}
|
}
|
||||||
.window-control-btn>i {
|
.window-control-btn>i {
|
||||||
color: #909399;
|
color: #909399;
|
||||||
font-size: 17px;
|
font-size: 19px;
|
||||||
}
|
}
|
||||||
.window-control-btn>i:hover {
|
.window-control-btn>i:hover {
|
||||||
color: $global-text-color-active;
|
color: $global-text-color-active;
|
||||||
@@ -1879,8 +1879,8 @@ revo-grid[theme=compact] revogr-viewport revogr-header .data-header-cell {
|
|||||||
background-color: $content-right-background-color;
|
background-color: $content-right-background-color;
|
||||||
}
|
}
|
||||||
.query-input-active .el-input__inner, .query-input-inactive .el-input__inner {
|
.query-input-active .el-input__inner, .query-input-inactive .el-input__inner {
|
||||||
height: 25px;
|
height: 30px;
|
||||||
line-height: 25px !important;
|
line-height: 30px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.el-textarea:not(.not-fixed-height) textarea {
|
.el-textarea:not(.not-fixed-height) textarea {
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
<div class="interval-refresh ">
|
<div class="interval-refresh ">
|
||||||
<time-picker v-if="showTimePicker" ref="timePicker" class="time-picker" @change="dateChange" :default-pick="defaultPick" :show-empty="showEmpty" v-model="this.searchTime"></time-picker>
|
<time-picker v-if="showTimePicker" ref="timePicker" class="time-picker" @change="dateChange" :default-pick="defaultPick" :show-empty="showEmpty" v-model="this.searchTime"></time-picker>
|
||||||
<chart-unit v-model="unit" v-if="useChartUnit"></chart-unit>
|
<chart-unit v-model="unit" v-if="useChartUnit"></chart-unit>
|
||||||
<div class="nz-btn-group nz-btn-group-size-normal nz-btn-group-light margin-r-20" v-show="useRefresh" style="height: 24px;line-height: 24px;vertical-align: middle;">
|
<div class="nz-btn-group nz-btn-group-size-normal nz-btn-group-light margin-r-20" v-show="useRefresh" style="vertical-align: middle;">
|
||||||
<button style="border-right: 1px solid rgba(162,162,162,0.50);" type="button" class="nz-btn nz-btn-size-normal nz-btn-style-light" @click="refreshDataFunc" :id="id+'-refresh'">
|
<button style="border-right: 1px solid rgba(162,162,162,0.50);" type="button" class="nz-btn nz-btn-size-normal nz-btn-style-light" @click="refreshDataFunc" :id="id+'-refresh'">
|
||||||
<i style="font-size: 14px" class="global-active-color nz-icon nz-icon-refresh"></i>
|
<i style="font-size: 14px" class="global-active-color nz-icon nz-icon-refresh"></i>
|
||||||
<span class="nz-btn nz-btn-text" ><slot name="added-text"></slot></span>
|
<span class="nz-btn nz-btn-text" ><slot name="added-text"></slot></span>
|
||||||
|
|||||||
@@ -1337,10 +1337,10 @@
|
|||||||
min-width: 231px;
|
min-width: 231px;
|
||||||
background-color: $content-right-background-color;
|
background-color: $content-right-background-color;
|
||||||
color: rgba(0,0,0,.55);
|
color: rgba(0,0,0,.55);
|
||||||
height: 24px;
|
height: 28px;
|
||||||
line-height: 24px;
|
line-height: 28px;
|
||||||
border-bottom-left-radius: 5px;
|
border-bottom-left-radius: 2px;
|
||||||
border-top-left-radius: 5px;
|
border-top-left-radius: 2px;
|
||||||
display: flex;
|
display: flex;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
@@ -1357,7 +1357,7 @@
|
|||||||
line-height: 16px;
|
line-height: 16px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
border-right: 1px solid #e5e5e5;
|
border-right: 1px solid #e5e5e5;
|
||||||
margin-top: 4px;
|
margin-top: 6px;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
.search-input-all .input-center-box{
|
.search-input-all .input-center-box{
|
||||||
|
|||||||
@@ -12,14 +12,14 @@
|
|||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
.calendar-dropdown-title {
|
.calendar-dropdown-title {
|
||||||
line-height:24px;
|
line-height:28px;
|
||||||
padding-left:5px;
|
padding-left:5px;
|
||||||
margin-left:0px;
|
margin-left:0px;
|
||||||
margin-top: 0px !important;
|
margin-top: 0px !important;
|
||||||
text-align:left;
|
text-align:left;
|
||||||
border-radius:2px;
|
border-radius:2px;
|
||||||
min-width:80px;
|
min-width:80px;
|
||||||
height:24px;
|
height:28px;
|
||||||
border:solid 1px #d8dce1;
|
border:solid 1px #d8dce1;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|||||||
Reference in New Issue
Block a user