mirror of
https://github.com/doocs/md.git
synced 2024-11-24 19:10:34 +08:00
fix: resolve /deep/ combinator warning
This commit is contained in:
parent
488a259950
commit
a33b917b4a
@ -85,7 +85,7 @@
|
|||||||
background-color: @nightButtonBg;
|
background-color: @nightButtonBg;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/deep/ .el-icon-upload, .el-icon-download, .el-icon-refresh, .el-icon-s-grid {
|
::v-deep .el-icon-upload, .el-icon-download, .el-icon-refresh, .el-icon-s-grid {
|
||||||
color: @nightWhiteColor;
|
color: @nightWhiteColor;
|
||||||
}
|
}
|
||||||
::-webkit-scrollbar {
|
::-webkit-scrollbar {
|
||||||
|
@ -115,16 +115,14 @@
|
|||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="less">
|
<style lang="less" scoped>
|
||||||
.tb-options {
|
.tb-options {
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.input-table {
|
.input-table ::v-deep .el-input__inner {
|
||||||
/deep/ .el-input__inner {
|
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
.head-style .el-input__inner {
|
.head-style .el-input__inner {
|
||||||
background-color: #f2f2f2;
|
background-color: #f2f2f2;
|
||||||
|
@ -99,7 +99,7 @@ export default {
|
|||||||
color: white;
|
color: white;
|
||||||
background: rgb(139, 146, 148);
|
background: rgb(139, 146, 148);
|
||||||
}
|
}
|
||||||
/deep/ .el-upload {
|
::v-deep .el-upload {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user