perf: panel和project样式调整
1.panel和project-query顶部输入框背景色统一 2.endpoint侧滑中ip搜索的样式调整
This commit is contained in:
@@ -1066,7 +1066,7 @@ li{
|
|||||||
color: $box-title-color;
|
color: $box-title-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
.el-checkbox__input.is-checked .el-checkbox__inner, .asset .content-left .el-checkbox__input.is-indeterminate .el-checkbox__inner {
|
.el-checkbox__input.is-checked .el-checkbox__inner, .asset .content-left .el-checkbox__input.is-indeterminate .el-checkbox__inner, .el-checkbox__input.is-indeterminate .el-checkbox__inner {
|
||||||
background-color: $global-text-color-active;
|
background-color: $global-text-color-active;
|
||||||
}
|
}
|
||||||
/* --end--复选框自定义颜色 */
|
/* --end--复选框自定义颜色 */
|
||||||
@@ -1116,6 +1116,9 @@ li{
|
|||||||
.query-input-active {
|
.query-input-active {
|
||||||
margin-top: 1px;
|
margin-top: 1px;
|
||||||
}
|
}
|
||||||
|
.top-tools input {
|
||||||
|
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: 25px;
|
||||||
line-height: 25px !important;
|
line-height: 25px !important;
|
||||||
|
|||||||
@@ -784,14 +784,14 @@
|
|||||||
.endpoint-asset-search {
|
.endpoint-asset-search {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
position: relative;
|
position: relative;
|
||||||
margin-left: 50px;
|
margin-left: 44px;
|
||||||
}
|
}
|
||||||
.endpoint-asset-search button {
|
.endpoint-asset-search button {
|
||||||
height: 22px !important;
|
height: 22px !important;
|
||||||
}
|
}
|
||||||
.endpoint-asset-search-dropdown {
|
.endpoint-asset-search-dropdown {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 34px;
|
top: 25px;
|
||||||
background-color: #444;
|
background-color: #444;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
width: 44px;
|
width: 44px;
|
||||||
|
|||||||
@@ -451,7 +451,7 @@
|
|||||||
}
|
}
|
||||||
.endpoint-asset-search-dropdown {
|
.endpoint-asset-search-dropdown {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 34px;
|
top: 25px;
|
||||||
background-color: #444;
|
background-color: #444;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
width: 44px;
|
width: 44px;
|
||||||
|
|||||||
@@ -45,7 +45,7 @@
|
|||||||
input, textarea {
|
input, textarea {
|
||||||
background-color: $content-right-background-color;
|
background-color: $content-right-background-color;
|
||||||
}
|
}
|
||||||
.el-input__inner, .el-textarea__inner {
|
.el-input__inner, .el-textarea__inner, .el-input__count {
|
||||||
background-color: $content-right-background-color;
|
background-color: $content-right-background-color;
|
||||||
}
|
}
|
||||||
.el-textarea {
|
.el-textarea {
|
||||||
|
|||||||
@@ -750,10 +750,10 @@
|
|||||||
|
|
||||||
</style>
|
</style>
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
.panel .panel-calendar input {
|
.panel .top-tools input {
|
||||||
background-color: $content-right-background-color;
|
background-color: $content-right-background-color;
|
||||||
}
|
}
|
||||||
.panel .panel-calendar .el-input__inner {
|
.panel .top-tools .el-input__inner {
|
||||||
background-color: $content-right-background-color;
|
background-color: $content-right-background-color;
|
||||||
}
|
}
|
||||||
.panel-calendar .el-range-editor--mini.el-input__inner {
|
.panel-calendar .el-range-editor--mini.el-input__inner {
|
||||||
|
|||||||
Reference in New Issue
Block a user