fix: 取消页内scoped样式(未完成)
This commit is contained in:
@@ -510,21 +510,3 @@ export default {
|
||||
}
|
||||
}
|
||||
</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>
|
||||
|
||||
<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>
|
||||
<style scoped>
|
||||
.form-item-title{
|
||||
position: absolute;
|
||||
left: -120px;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
@@ -243,50 +243,3 @@ export default {
|
||||
}
|
||||
}
|
||||
</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>
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user