fix: 取消页内scoped样式(未完成)
This commit is contained in:
@@ -386,3 +386,19 @@
|
|||||||
color: $--color-text-primary;
|
color: $--color-text-primary;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.right-box-credential .half-form-item {
|
||||||
|
width: calc(50% - 20px);
|
||||||
|
}
|
||||||
|
.right-box-credential .half-form-item:nth-child(odd) {
|
||||||
|
width: calc(50% - 15px);
|
||||||
|
margin-left: 15px;
|
||||||
|
|
||||||
|
}
|
||||||
|
.right-box.right-box-alert-expr{
|
||||||
|
.metric-selector-title{
|
||||||
|
margin-left: 0 !important;
|
||||||
|
}
|
||||||
|
.query-row .metric-selector-input-box {
|
||||||
|
width: calc(100% - 120px) !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
@@ -338,6 +338,25 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#recordRuleEvalLogTable{
|
||||||
|
.active-icon {
|
||||||
|
margin-left: 5px !important;
|
||||||
|
}
|
||||||
|
.schedEnableTitle .week-item{
|
||||||
|
width: 32px;
|
||||||
|
border-radius: 2px;
|
||||||
|
padding-left: 3px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.alertRuleEvalLogTable{
|
||||||
|
.schedEnableTitle .week-item{
|
||||||
|
width: 32px;
|
||||||
|
border-radius: 2px;
|
||||||
|
padding-left: 3px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// comments
|
// comments
|
||||||
#commentBottomTab {
|
#commentBottomTab {
|
||||||
.sub-container .nz-table-list {
|
.sub-container .nz-table-list {
|
||||||
|
|||||||
@@ -100,3 +100,12 @@
|
|||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.delete-button{
|
||||||
|
margin-right: 10px;
|
||||||
|
opacity: 0.7;
|
||||||
|
border-radius: 2px;
|
||||||
|
}
|
||||||
|
.delete-button-light.delete-button{
|
||||||
|
border-radius: 2px;
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
|||||||
@@ -0,0 +1,22 @@
|
|||||||
|
.latlng .input-box{
|
||||||
|
width: 100%;
|
||||||
|
display: flex;
|
||||||
|
}
|
||||||
|
.latlng .input-box .input-box-item{
|
||||||
|
margin-right: 20px;
|
||||||
|
flex: 1;
|
||||||
|
}
|
||||||
|
.latlng .input-box .el-input,.latlng .input-box .el-input-number{
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
.latlng .map-config-dialog .el-dialog{
|
||||||
|
height: 45%;
|
||||||
|
}
|
||||||
|
.latlng .map-config-dialog .el-dialog__body{
|
||||||
|
height: calc(100% - 48px) !important;
|
||||||
|
|
||||||
|
}
|
||||||
|
.latlng .input-box .el-input .el-input-group__prepend{
|
||||||
|
padding:0px 5px!important;
|
||||||
|
}
|
||||||
|
|
||||||
@@ -6,4 +6,16 @@
|
|||||||
text-align: right;
|
text-align: right;
|
||||||
color: $--color-text-regular;
|
color: $--color-text-regular;
|
||||||
}
|
}
|
||||||
|
.nz-meta-group-box{
|
||||||
|
min-width: 220px !important;
|
||||||
|
}
|
||||||
|
.asset-meta-param-row{
|
||||||
|
text-align: center;
|
||||||
|
margin-bottom: 10px;
|
||||||
|
display: flex;
|
||||||
|
justify-content: space-between;
|
||||||
|
}
|
||||||
|
.asset-meta-param-row:last-child{
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -14,4 +14,8 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.form-item-title{
|
||||||
|
position: absolute;
|
||||||
|
left: -120px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -13,4 +13,46 @@
|
|||||||
background-color: $--background-color-empty;
|
background-color: $--background-color-empty;
|
||||||
border: 1px solid $--border-color-light;
|
border: 1px solid $--border-color-light;
|
||||||
}
|
}
|
||||||
|
.right-box-form-row{
|
||||||
|
margin-top:0;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
.add-required .el-form-item__label:before{
|
||||||
|
content: '*';
|
||||||
|
color: #F56C6C;
|
||||||
|
margin-right: 4px;
|
||||||
|
}
|
||||||
|
.mib-upload .el-upload{
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
.mib-upload .el-upload-dragger{
|
||||||
|
width: 100% !important;
|
||||||
|
}
|
||||||
|
/*去除上传文件动画start*/
|
||||||
|
/*.upload-demo {*/
|
||||||
|
/* display: flex;*/
|
||||||
|
/*}*/
|
||||||
|
.el-list-enter-active,
|
||||||
|
.el-list-leave-active {
|
||||||
|
transition: none !important;
|
||||||
|
}
|
||||||
|
.nz-tab {
|
||||||
|
margin-bottom: 22px !important;
|
||||||
|
margin-left: 13px !important;
|
||||||
|
}
|
||||||
|
.el-list-enter,
|
||||||
|
.el-list-leave-active {
|
||||||
|
opacity: 0 !important;
|
||||||
|
}
|
||||||
|
.el-upload-list {
|
||||||
|
height: 40px !important;
|
||||||
|
}
|
||||||
|
.el-upload .nz-icon-upload{
|
||||||
|
font-size: 67px;
|
||||||
|
color: #c0c4cc;
|
||||||
|
margin: 40px 0 16px;
|
||||||
|
line-height: 50px;
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
/*去除上传文件动画end*/
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -53,3 +53,8 @@
|
|||||||
.schedEnableTitle .week-item:nth-of-type(4){
|
.schedEnableTitle .week-item:nth-of-type(4){
|
||||||
margin-right: 0px !important;
|
margin-right: 0px !important;
|
||||||
}
|
}
|
||||||
|
#alertRuleTable{
|
||||||
|
.active-icon {
|
||||||
|
margin-left: 5px;
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -84,6 +84,7 @@
|
|||||||
@import './common/intro.scss';
|
@import './common/intro.scss';
|
||||||
@import './common/multipleTime.scss';
|
@import './common/multipleTime.scss';
|
||||||
@import './common/nezhaColor.scss';
|
@import './common/nezhaColor.scss';
|
||||||
|
@import './common/latIngPicker.scss';
|
||||||
@import './common/nzTransfer.scss';
|
@import './common/nzTransfer.scss';
|
||||||
@import './common/pagination.scss';
|
@import './common/pagination.scss';
|
||||||
@import './common/searchInput.scss';
|
@import './common/searchInput.scss';
|
||||||
|
|||||||
@@ -289,15 +289,3 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped>
|
|
||||||
.delete-button{
|
|
||||||
margin-right: 10px;
|
|
||||||
opacity: 0.7;
|
|
||||||
border-radius: 2px;
|
|
||||||
}
|
|
||||||
.delete-button-light.delete-button{
|
|
||||||
border-radius: 2px;
|
|
||||||
opacity: 1;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|||||||
@@ -220,30 +220,3 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped>
|
|
||||||
.latlng .input-box{
|
|
||||||
width: 100%;
|
|
||||||
display: flex;
|
|
||||||
}
|
|
||||||
.latlng .input-box .input-box-item{
|
|
||||||
margin-right: 20px;
|
|
||||||
flex: 1;
|
|
||||||
}
|
|
||||||
.latlng .input-box .el-input,.latlng .input-box .el-input-number{
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|
||||||
<style>
|
|
||||||
.latlng .map-config-dialog .el-dialog{
|
|
||||||
height: 45%;
|
|
||||||
}
|
|
||||||
.latlng .map-config-dialog .el-dialog__body{
|
|
||||||
height: calc(100% - 48px) !important;
|
|
||||||
|
|
||||||
}
|
|
||||||
.latlng .input-box .el-input .el-input-group__prepend{
|
|
||||||
padding:0px 5px!important;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|||||||
@@ -510,21 +510,3 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped>
|
|
||||||
/deep/ .nz-meta-group-box{
|
|
||||||
min-width: 220px;
|
|
||||||
}
|
|
||||||
.asset-meta-param-row{
|
|
||||||
text-align: center;
|
|
||||||
margin-bottom: 10px;
|
|
||||||
display: flex;
|
|
||||||
justify-content: space-between;
|
|
||||||
}
|
|
||||||
.asset-meta-param-row:last-child{
|
|
||||||
margin-bottom: 0;
|
|
||||||
}
|
|
||||||
.meta-option-box{
|
|
||||||
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|||||||
@@ -230,12 +230,3 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped>
|
|
||||||
/deep/ .metric-selector-title{
|
|
||||||
margin-left: 0 !important;
|
|
||||||
}
|
|
||||||
/deep/ .query-row .metric-selector-input-box {
|
|
||||||
width: calc(100% - 120px);
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|||||||
@@ -250,10 +250,3 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<style scoped>
|
|
||||||
.form-item-title{
|
|
||||||
position: absolute;
|
|
||||||
left: -120px;
|
|
||||||
}
|
|
||||||
|
|
||||||
</style>
|
|
||||||
|
|||||||
@@ -243,50 +243,3 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style>
|
|
||||||
.right-box-mib .right-box-form-row{
|
|
||||||
margin-top:0;
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
.add-required .el-form-item__label:before{
|
|
||||||
content: '*';
|
|
||||||
color: #F56C6C;
|
|
||||||
margin-right: 4px;
|
|
||||||
}
|
|
||||||
.mib-upload .el-upload{
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
.mib-upload /deep/.el-upload-dragger{
|
|
||||||
width: 100% !important;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<style scoped>
|
|
||||||
/*去除上传文件动画start*/
|
|
||||||
/*.upload-demo {*/
|
|
||||||
/* display: flex;*/
|
|
||||||
/*}*/
|
|
||||||
/deep/ .el-list-enter-active,
|
|
||||||
/deep/ .el-list-leave-active {
|
|
||||||
transition: none;
|
|
||||||
}
|
|
||||||
.nz-tab {
|
|
||||||
margin-bottom: 22px;
|
|
||||||
margin-left: 13px;
|
|
||||||
}
|
|
||||||
/deep/ .el-list-enter,
|
|
||||||
/deep/ .el-list-leave-active {
|
|
||||||
opacity: 0;
|
|
||||||
}
|
|
||||||
/deep/ .el-upload-list {
|
|
||||||
height: 40px;
|
|
||||||
}
|
|
||||||
.el-upload .nz-icon-upload{
|
|
||||||
font-size: 67px;
|
|
||||||
color: #c0c4cc;
|
|
||||||
margin: 40px 0 16px;
|
|
||||||
line-height: 50px;
|
|
||||||
display: inline-block;
|
|
||||||
}
|
|
||||||
/*去除上传文件动画end*/
|
|
||||||
</style>
|
|
||||||
|
|||||||
@@ -233,13 +233,3 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<style scoped>
|
|
||||||
.right-box-credential .half-form-item {
|
|
||||||
width: calc(50% - 20px);
|
|
||||||
}
|
|
||||||
.right-box-credential .half-form-item:nth-child(odd) {
|
|
||||||
width: calc(50% - 15px);
|
|
||||||
margin-left: 15px;
|
|
||||||
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<el-table
|
<el-table
|
||||||
id="alertRuleTable"
|
id="alertRuleTable"
|
||||||
|
class="alertRuleEvalLogTable"
|
||||||
ref="dataTable"
|
ref="dataTable"
|
||||||
:data="tableData"
|
:data="tableData"
|
||||||
:height="height"
|
:height="height"
|
||||||
@@ -122,67 +123,3 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<style scoped>
|
|
||||||
.colorEF7458{
|
|
||||||
color: #EF7458;
|
|
||||||
}
|
|
||||||
.color23BF9A{
|
|
||||||
color: #23BF9A;
|
|
||||||
}
|
|
||||||
/deep/ .active-icon {
|
|
||||||
margin-left: 5px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<style>
|
|
||||||
.severity .P1{
|
|
||||||
background: #F5846A;
|
|
||||||
border-radius: 2px;
|
|
||||||
font-size: 12px;
|
|
||||||
color: #FFFFFF;
|
|
||||||
padding: 2px 6px;
|
|
||||||
}
|
|
||||||
.severity .P2{
|
|
||||||
background: #F7A54A;
|
|
||||||
border-radius: 2px;
|
|
||||||
font-size: 12px;
|
|
||||||
color: #FFFFFF;
|
|
||||||
padding: 2px 6px;
|
|
||||||
}
|
|
||||||
.severity .P3{
|
|
||||||
background: #F1C13D;
|
|
||||||
border-radius: 2px;
|
|
||||||
font-size: 12px;
|
|
||||||
color: #FFFFFF;
|
|
||||||
padding: 2px 6px;
|
|
||||||
}
|
|
||||||
.schedEnableTitle{
|
|
||||||
padding: 20px 15px;
|
|
||||||
margin-right: 0;
|
|
||||||
left: 1995px !important;
|
|
||||||
background: #FFFFFF;
|
|
||||||
border: 1px solid rgba(119,131,145,0.60);
|
|
||||||
box-shadow: 0 6px 16px 0 rgba(0,0,0,0.08);
|
|
||||||
border-radius: 3px;
|
|
||||||
}
|
|
||||||
.schedEnableTitle .nz-icon-a-rilizhou, .schedEnableTitle .nz-icon-dingshishijian{
|
|
||||||
font-size: 14px;
|
|
||||||
color: #666666;
|
|
||||||
margin-right: 12px;
|
|
||||||
}
|
|
||||||
.schedEnableTitle .week-item{
|
|
||||||
width: 32px;
|
|
||||||
height: 22px;
|
|
||||||
line-height: 22px;
|
|
||||||
opacity: 0.9;
|
|
||||||
background: #F6F6FA;
|
|
||||||
border-radius: 2px;
|
|
||||||
display: inline-block;
|
|
||||||
font-size: 12px;
|
|
||||||
color: #666666;
|
|
||||||
letter-spacing: 0;
|
|
||||||
font-weight: 400;
|
|
||||||
padding-left: 3px;
|
|
||||||
margin-right: 12px;
|
|
||||||
margin-bottom: 6px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|||||||
@@ -316,8 +316,3 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<style scoped>
|
|
||||||
/deep/ .active-icon {
|
|
||||||
margin-left: 5px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|||||||
@@ -253,11 +253,3 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<style scoped>
|
|
||||||
.colorEF7458{
|
|
||||||
color: #EF7458;
|
|
||||||
}
|
|
||||||
.color23BF9A{
|
|
||||||
color: #23BF9A;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|||||||
@@ -121,67 +121,3 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<style scoped>
|
|
||||||
.colorEF7458{
|
|
||||||
color: #EF7458;
|
|
||||||
}
|
|
||||||
.color23BF9A{
|
|
||||||
color: #23BF9A;
|
|
||||||
}
|
|
||||||
/deep/ .active-icon {
|
|
||||||
margin-left: 5px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<style>
|
|
||||||
.severity .P1{
|
|
||||||
background: #F5846A;
|
|
||||||
border-radius: 2px;
|
|
||||||
font-size: 12px;
|
|
||||||
color: #FFFFFF;
|
|
||||||
padding: 2px 6px;
|
|
||||||
}
|
|
||||||
.severity .P2{
|
|
||||||
background: #F7A54A;
|
|
||||||
border-radius: 2px;
|
|
||||||
font-size: 12px;
|
|
||||||
color: #FFFFFF;
|
|
||||||
padding: 2px 6px;
|
|
||||||
}
|
|
||||||
.severity .P3{
|
|
||||||
background: #F1C13D;
|
|
||||||
border-radius: 2px;
|
|
||||||
font-size: 12px;
|
|
||||||
color: #FFFFFF;
|
|
||||||
padding: 2px 6px;
|
|
||||||
}
|
|
||||||
.schedEnableTitle{
|
|
||||||
padding: 20px 15px;
|
|
||||||
margin-right: 0;
|
|
||||||
left: 1995px !important;
|
|
||||||
background: #FFFFFF;
|
|
||||||
border: 1px solid rgba(119,131,145,0.60);
|
|
||||||
box-shadow: 0 6px 16px 0 rgba(0,0,0,0.08);
|
|
||||||
border-radius: 3px;
|
|
||||||
}
|
|
||||||
.schedEnableTitle .nz-icon-a-rilizhou, .schedEnableTitle .nz-icon-dingshishijian{
|
|
||||||
font-size: 14px;
|
|
||||||
color: #666666;
|
|
||||||
margin-right: 12px;
|
|
||||||
}
|
|
||||||
.schedEnableTitle .week-item{
|
|
||||||
width: 32px;
|
|
||||||
height: 22px;
|
|
||||||
line-height: 22px;
|
|
||||||
opacity: 0.9;
|
|
||||||
background: #F6F6FA;
|
|
||||||
border-radius: 2px;
|
|
||||||
display: inline-block;
|
|
||||||
font-size: 12px;
|
|
||||||
color: #666666;
|
|
||||||
letter-spacing: 0;
|
|
||||||
font-weight: 400;
|
|
||||||
padding-left: 3px;
|
|
||||||
margin-right: 12px;
|
|
||||||
margin-bottom: 6px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|||||||
Reference in New Issue
Block a user