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;
|
||||
}
|
||||
}
|
||||
/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;
|
||||
}
|
||||
::-webkit-scrollbar {
|
||||
|
@ -115,16 +115,14 @@
|
||||
|
||||
</script>
|
||||
|
||||
<style lang="less">
|
||||
<style lang="less" scoped>
|
||||
.tb-options {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.input-table {
|
||||
/deep/ .el-input__inner {
|
||||
.input-table ::v-deep .el-input__inner {
|
||||
border-radius: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.head-style .el-input__inner {
|
||||
background-color: #f2f2f2;
|
||||
|
@ -99,7 +99,7 @@ export default {
|
||||
color: white;
|
||||
background: rgb(139, 146, 148);
|
||||
}
|
||||
/deep/ .el-upload {
|
||||
::v-deep .el-upload {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user