提交 c5020f9e 作者: 翁进城

/deep/改::v-deep

上级 b9648eab
...@@ -502,17 +502,17 @@ export default { ...@@ -502,17 +502,17 @@ export default {
color: #fff; color: #fff;
} }
/deep/ .el-dialog__header { ::v-deep .el-dialog__header {
margin-left: 0; margin-left: 0;
padding: 0; padding: 0;
} }
/deep/ .el-dialog__body { ::v-deep .el-dialog__body {
padding: 0; padding: 0;
z-index: 2023 !important; z-index: 2023 !important;
} }
/deep/ .el-dialog { ::v-deep .el-dialog {
z-index: 2022 !important; z-index: 2022 !important;
} }
</style> </style>
...@@ -234,7 +234,7 @@ export default { ...@@ -234,7 +234,7 @@ export default {
.c08c { .c08c {
color: #08c2d1; color: #08c2d1;
} }
/deep/ .el-progress-bar__innerText{ ::v-deep .el-progress-bar__innerText{
color: #000 ; color: #000 ;
} }
</style> </style>
...@@ -297,7 +297,7 @@ export default { ...@@ -297,7 +297,7 @@ export default {
text-align: center; text-align: center;
.selectBox { .selectBox {
color: #b0b3be; color: #b0b3be;
/deep/el-select { ::v-deep el-select {
.el-input--mini { .el-input--mini {
background: #3768b3; background: #3768b3;
} }
...@@ -320,7 +320,7 @@ export default { ...@@ -320,7 +320,7 @@ export default {
} }
} }
} }
/deep/ .el-textarea { ::v-deep .el-textarea {
margin-top: 30px; margin-top: 30px;
width: 90%; width: 90%;
height: 120px; height: 120px;
......
...@@ -420,7 +420,7 @@ export default { ...@@ -420,7 +420,7 @@ export default {
} }
} }
} }
/deep/el-select { ::v-deep el-select {
.el-input--mini { .el-input--mini {
background: #3768b3; background: #3768b3;
} }
...@@ -435,7 +435,7 @@ export default { ...@@ -435,7 +435,7 @@ export default {
.pointerEvents { .pointerEvents {
pointer-events: none; pointer-events: none;
} }
/deep/.el-select { ::v-deep .el-select {
.el-input__inner { .el-input__inner {
border: 1px solid #3768b3; border: 1px solid #3768b3;
background: #132550; background: #132550;
......
...@@ -957,7 +957,7 @@ export default { ...@@ -957,7 +957,7 @@ export default {
} }
} }
/deep/.el-slider__bar { ::v-deep .el-slider__bar {
background: #fff; background: #fff;
} }
...@@ -994,7 +994,7 @@ text-align: center; ...@@ -994,7 +994,7 @@ text-align: center;
} }
// 变焦功能 // 变焦功能
/deep/ .el-slider__runway { ::v-deep .el-slider__runway {
visibility: hidden; visibility: hidden;
} }
......
...@@ -661,7 +661,7 @@ text-align: center; ...@@ -661,7 +661,7 @@ text-align: center;
} }
} }
/deep/.el-slider__runway { ::v-deep .el-slider__runway {
background-color: #409eff; background-color: #409eff;
} }
...@@ -738,10 +738,10 @@ text-align: center; ...@@ -738,10 +738,10 @@ text-align: center;
} }
// 变焦功能 // 变焦功能
/deep/ .el-slider__runway { ::v-deep .el-slider__runway {
visibility: hidden; visibility: hidden;
} }
/deep/.el-slider__runway { ::v-deep .el-slider__runway {
background-color: #409eff; background-color: #409eff;
} }
.waibi { .waibi {
...@@ -809,7 +809,7 @@ text-align: center; ...@@ -809,7 +809,7 @@ text-align: center;
margin: 0 10px 0 0; margin: 0 10px 0 0;
} }
// 变焦功能 // 变焦功能
/deep/ .el-slider__runway { ::v-deep .el-slider__runway {
visibility: hidden; visibility: hidden;
} }
</style> </style>
\ No newline at end of file
...@@ -463,7 +463,7 @@ export default { ...@@ -463,7 +463,7 @@ export default {
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: 100%; background-size: 100%;
} }
/deep/.el-slider__runway { ::v-deep .el-slider__runway {
background-color: #409eff; background-color: #409eff;
} }
.waibi { .waibi {
......
...@@ -564,7 +564,7 @@ export default { ...@@ -564,7 +564,7 @@ export default {
// } // }
} }
/deep/.el-slider__runway { ::v-deep .el-slider__runway {
background-color: #409eff; background-color: #409eff;
} }
......
...@@ -1187,17 +1187,17 @@ export default { ...@@ -1187,17 +1187,17 @@ export default {
color: #fff; color: #fff;
} }
/deep/ .el-dialog__header { ::v-deep .el-dialog__header {
margin-left: 0; margin-left: 0;
padding: 0; padding: 0;
} }
/deep/ .el-dialog__body { ::v-deep .el-dialog__body {
padding: 0; padding: 0;
z-index: 2023 !important; z-index: 2023 !important;
} }
/deep/ .el-dialog { ::v-deep .el-dialog {
z-index: 2022 !important; z-index: 2022 !important;
} }
...@@ -1264,7 +1264,7 @@ export default { ...@@ -1264,7 +1264,7 @@ export default {
color: #fff; color: #fff;
} }
/deep/ .el-radio__label { ::v-deep .el-radio__label {
color: #fff; color: #fff;
} }
...@@ -1499,7 +1499,7 @@ export default { ...@@ -1499,7 +1499,7 @@ export default {
width: 80px; width: 80px;
height: 32px; height: 32px;
/deep/.el-input--suffix { ::v-deep .el-input--suffix {
width: 100%; width: 100%;
height: 100%; height: 100%;
...@@ -1509,7 +1509,7 @@ export default { ...@@ -1509,7 +1509,7 @@ export default {
} }
} }
/deep/.el-input__suffix { ::v-deep .el-input__suffix {
display: flex; display: flex;
align-items: center; align-items: center;
} }
...@@ -1638,13 +1638,13 @@ export default { ...@@ -1638,13 +1638,13 @@ export default {
// // margin-left: 6px; // // margin-left: 6px;
// // margin-top: 6px; // // margin-top: 6px;
// } // }
/deep/.el-checkbox__input { ::v-deep .el-checkbox__input {
position: absolute; position: absolute;
top: 0; top: 0;
left: 0; left: 0;
} }
/deep/.el-checkbox__label { ::v-deep .el-checkbox__label {
padding: 0; padding: 0;
} }
......
...@@ -95,7 +95,7 @@ export default { ...@@ -95,7 +95,7 @@ export default {
} }
// width: 100%; // width: 100%;
// height: 100%; // height: 100%;
/deep/canvas { ::v-deep canvas {
width: 100% !important; width: 100% !important;
} }
} }
......
...@@ -669,7 +669,7 @@ export default { ...@@ -669,7 +669,7 @@ export default {
height: 26px; height: 26px;
margin-left: 14px; margin-left: 14px;
} }
/deep/.el-input--suffix { ::v-deep .el-input--suffix {
width: 100%; width: 100%;
height: 100%; height: 100%;
.el-input__inner { .el-input__inner {
...@@ -677,7 +677,7 @@ export default { ...@@ -677,7 +677,7 @@ export default {
height: 100%; height: 100%;
} }
} }
/deep/.el-input__suffix { ::v-deep .el-input__suffix {
display: flex; display: flex;
align-items: center; align-items: center;
} }
......
...@@ -676,11 +676,11 @@ ...@@ -676,11 +676,11 @@
} }
} }
/deep/ .el-radio { ::v-deep .el-radio {
margin-bottom: 20px; margin-bottom: 20px;
} }
/deep/ .el-radio__label { ::v-deep .el-radio__label {
font-family: MicrosoftYaHeiUI; font-family: MicrosoftYaHeiUI;
font-size: 18px; font-size: 18px;
color: #ccedff; color: #ccedff;
......
...@@ -1058,12 +1058,12 @@ ...@@ -1058,12 +1058,12 @@
@import "~@/styles/mixins.scss"; @import "~@/styles/mixins.scss";
@import "~@/styles/form.scss"; @import "~@/styles/form.scss";
// /deep/.el-scrollbar { // ::v-deep .el-scrollbar {
// width: 355px !important; // width: 355px !important;
// } // }
// /deep/.el-select-dropdown { // ::v-deep .el-select-dropdown {
// /deep/.el-scrollbar { // ::v-deep .el-scrollbar {
// /deep/.el-select-dropdown__wrap { // ::v-deep .el-select-dropdown__wrap {
// width: 355px !important; // width: 355px !important;
// } // }
// } // }
......
...@@ -561,15 +561,15 @@ export default { ...@@ -561,15 +561,15 @@ export default {
background: rgba(23, 70, 216, 0.2); background: rgba(23, 70, 216, 0.2);
color: #fff; color: #fff;
} }
/deep/ .el-dialog__header { ::v-deep .el-dialog__header {
margin-left: 0; margin-left: 0;
padding: 0; padding: 0;
} }
/deep/ .el-dialog__body { ::v-deep .el-dialog__body {
padding: 0; padding: 0;
z-index: 2023 !important; z-index: 2023 !important;
} }
/deep/ .el-dialog { ::v-deep .el-dialog {
z-index: 2022 !important; z-index: 2022 !important;
} }
</style> </style>
...@@ -735,17 +735,17 @@ export default { ...@@ -735,17 +735,17 @@ export default {
color: #fff; color: #fff;
} }
/deep/ .el-dialog__header { ::v-deep .el-dialog__header {
margin-left: 0; margin-left: 0;
padding: 0; padding: 0;
} }
/deep/ .el-dialog__body { ::v-deep .el-dialog__body {
padding: 0; padding: 0;
z-index: 2023 !important; z-index: 2023 !important;
} }
/deep/ .el-dialog { ::v-deep .el-dialog {
z-index: 2022 !important; z-index: 2022 !important;
} }
...@@ -922,7 +922,7 @@ export default { ...@@ -922,7 +922,7 @@ export default {
width: 80px; width: 80px;
height: 32px; height: 32px;
/deep/.el-input--suffix { ::v-deep .el-input--suffix {
width: 100%; width: 100%;
height: 100%; height: 100%;
...@@ -932,7 +932,7 @@ export default { ...@@ -932,7 +932,7 @@ export default {
} }
} }
/deep/.el-input__suffix { ::v-deep .el-input__suffix {
display: flex; display: flex;
align-items: center; align-items: center;
} }
...@@ -1051,13 +1051,13 @@ export default { ...@@ -1051,13 +1051,13 @@ export default {
// // margin-left: 6px; // // margin-left: 6px;
// // margin-top: 6px; // // margin-top: 6px;
// } // }
/deep/.el-checkbox__input { ::v-deep .el-checkbox__input {
position: absolute; position: absolute;
top: 0; top: 0;
left: 8px; left: 8px;
} }
/deep/.el-checkbox__label { ::v-deep .el-checkbox__label {
padding: 0; padding: 0;
} }
......
...@@ -495,7 +495,7 @@ export default { ...@@ -495,7 +495,7 @@ export default {
) )
1 1; 1 1;
} }
/deep/ .el-input__suffix-inner { ::v-deep .el-input__suffix-inner {
i { i {
color: #43deff; color: #43deff;
} }
...@@ -537,12 +537,12 @@ export default { ...@@ -537,12 +537,12 @@ export default {
// -webkit-transform: translateX(-100%); // -webkit-transform: translateX(-100%);
// } // }
// } // }
/deep/ .tb-tr .td { ::v-deep .tb-tr .td {
padding: 7px 0 !important; padding: 7px 0 !important;
} }
// 提示框样式 // 提示框样式
/deep/ .td .el-tooltip { ::v-deep .td .el-tooltip {
background: rgba(2, 19, 96, 0); background: rgba(2, 19, 96, 0);
border: 0px solid rgba(207, 234, 255, 0.33); border: 0px solid rgba(207, 234, 255, 0.33);
font-family: MicrosoftYaHei; font-family: MicrosoftYaHei;
...@@ -579,7 +579,7 @@ export default { ...@@ -579,7 +579,7 @@ export default {
.dangqianye { .dangqianye {
margin: 0 20px 0 0; margin: 0 20px 0 0;
} }
/deep/.el-pager .number:hover { ::v-deep .el-pager .number:hover {
background: #00b6ff !important; background: #00b6ff !important;
border-radius: 2px; border-radius: 2px;
color: #000 !important; color: #000 !important;
...@@ -587,12 +587,12 @@ export default { ...@@ -587,12 +587,12 @@ export default {
height: 22px; height: 22px;
line-height: 22px; line-height: 22px;
} }
/deep/ .el-pagination--small .el-pager .number { ::v-deep .el-pagination--small .el-pager .number {
font-size: 12px; font-size: 12px;
font-family: MicrosoftYaHei; font-family: MicrosoftYaHei;
color: #889fb2; color: #889fb2;
} }
/deep/.active { ::v-deep .active {
color: #000 !important; color: #000 !important;
} }
.btnqueding { .btnqueding {
...@@ -692,7 +692,7 @@ export default { ...@@ -692,7 +692,7 @@ export default {
// border-radius: 6px; // border-radius: 6px;
// border: 1px solid #8adaff; // border: 1px solid #8adaff;
} }
/deep/ .el-tooltip__popper .is-dark { ::v-deep .el-tooltip__popper .is-dark {
z-index: -100; z-index: -100;
} }
</style> </style>
\ No newline at end of file
...@@ -296,7 +296,7 @@ export default { ...@@ -296,7 +296,7 @@ export default {
font-weight: 400; font-weight: 400;
font-size: 16px; font-size: 16px;
} }
/deep/ .el-checkbox__inner{ ::v-deep .el-checkbox__inner{
background: transparent !important; background: transparent !important;
} }
</style> </style>
......
...@@ -842,7 +842,7 @@ export default { ...@@ -842,7 +842,7 @@ export default {
white-space: nowrap; white-space: nowrap;
} }
} }
/deep/ .el-tooltip { ::v-deep .el-tooltip {
width: 100%; width: 100%;
} }
</style> </style>
......
...@@ -193,18 +193,18 @@ export default { ...@@ -193,18 +193,18 @@ export default {
} }
.box { .box {
/deep/ .cpt-common-float-player { ::v-deep .cpt-common-float-player {
position: fixed !important; position: fixed !important;
top: 50px !important; top: 50px !important;
right: 0 !important; right: 0 !important;
z-index: 0 !important; z-index: 0 !important;
} }
/deep/.video-box { ::v-deep .video-box {
width: 100% !important; width: 100% !important;
height: 100% !important; height: 100% !important;
} }
/deep/.title-box { ::v-deep .title-box {
margin-left: 400px; margin-left: 400px;
} }
} }
......
...@@ -799,17 +799,17 @@ export default { ...@@ -799,17 +799,17 @@ export default {
color: #fff; color: #fff;
} }
/deep/ .el-dialog__header { ::v-deep .el-dialog__header {
margin-left: 0; margin-left: 0;
padding: 0; padding: 0;
} }
/deep/ .el-dialog__body { ::v-deep .el-dialog__body {
padding: 0; padding: 0;
z-index: 2023 !important; z-index: 2023 !important;
} }
/deep/ .el-dialog { ::v-deep .el-dialog {
z-index: 2022 !important; z-index: 2022 !important;
} }
.imgshowurl{ .imgshowurl{
......
...@@ -673,11 +673,11 @@ ...@@ -673,11 +673,11 @@
} }
} }
/deep/ .el-radio { ::v-deep .el-radio {
margin-bottom: 20px; margin-bottom: 20px;
} }
/deep/ .el-radio__label { ::v-deep .el-radio__label {
font-family: MicrosoftYaHeiUI; font-family: MicrosoftYaHeiUI;
font-size: 18px; font-size: 18px;
color: #ccedff; color: #ccedff;
......
...@@ -1052,12 +1052,12 @@ ...@@ -1052,12 +1052,12 @@
<style lang="scss" scoped> <style lang="scss" scoped>
// /deep/.el-scrollbar { // ::v-deep .el-scrollbar {
// width: 355px !important; // width: 355px !important;
// } // }
// /deep/.el-select-dropdown { // ::v-deep .el-select-dropdown {
// /deep/.el-scrollbar { // ::v-deep .el-scrollbar {
// /deep/.el-select-dropdown__wrap { // ::v-deep .el-select-dropdown__wrap {
// width: 355px !important; // width: 355px !important;
// } // }
// } // }
......
...@@ -502,17 +502,17 @@ export default { ...@@ -502,17 +502,17 @@ export default {
color: #fff; color: #fff;
} }
/deep/ .el-dialog__header { ::v-deep .el-dialog__header {
margin-left: 0; margin-left: 0;
padding: 0; padding: 0;
} }
/deep/ .el-dialog__body { ::v-deep .el-dialog__body {
padding: 0; padding: 0;
z-index: 2023 !important; z-index: 2023 !important;
} }
/deep/ .el-dialog { ::v-deep .el-dialog {
z-index: 2022 !important; z-index: 2022 !important;
} }
</style> </style>
...@@ -234,7 +234,7 @@ export default { ...@@ -234,7 +234,7 @@ export default {
.c08c { .c08c {
color: #08c2d1; color: #08c2d1;
} }
/deep/ .el-progress-bar__innerText{ ::v-deep .el-progress-bar__innerText{
color: #000 ; color: #000 ;
} }
</style> </style>
...@@ -297,7 +297,7 @@ export default { ...@@ -297,7 +297,7 @@ export default {
text-align: center; text-align: center;
.selectBox { .selectBox {
color: #b0b3be; color: #b0b3be;
/deep/el-select { ::v-deep el-select {
.el-input--mini { .el-input--mini {
background: #3768b3; background: #3768b3;
} }
...@@ -320,7 +320,7 @@ export default { ...@@ -320,7 +320,7 @@ export default {
} }
} }
} }
/deep/ .el-textarea { ::v-deep .el-textarea {
margin-top: 30px; margin-top: 30px;
width: 90%; width: 90%;
height: 120px; height: 120px;
......
...@@ -420,7 +420,7 @@ export default { ...@@ -420,7 +420,7 @@ export default {
} }
} }
} }
/deep/el-select { ::v-deep el-select {
.el-input--mini { .el-input--mini {
background: #3768b3; background: #3768b3;
} }
...@@ -435,7 +435,7 @@ export default { ...@@ -435,7 +435,7 @@ export default {
.pointerEvents { .pointerEvents {
pointer-events: none; pointer-events: none;
} }
/deep/.el-select { ::v-deep .el-select {
.el-input__inner { .el-input__inner {
border: 1px solid #3768b3; border: 1px solid #3768b3;
background: #132550; background: #132550;
......
...@@ -957,7 +957,7 @@ export default { ...@@ -957,7 +957,7 @@ export default {
} }
} }
/deep/.el-slider__bar { ::v-deep .el-slider__bar {
background: #fff; background: #fff;
} }
...@@ -994,7 +994,7 @@ text-align: center; ...@@ -994,7 +994,7 @@ text-align: center;
} }
// 变焦功能 // 变焦功能
/deep/ .el-slider__runway { ::v-deep .el-slider__runway {
visibility: hidden; visibility: hidden;
} }
......
...@@ -661,7 +661,7 @@ text-align: center; ...@@ -661,7 +661,7 @@ text-align: center;
} }
} }
/deep/.el-slider__runway { ::v-deep .el-slider__runway {
background-color: #409eff; background-color: #409eff;
} }
...@@ -738,10 +738,10 @@ text-align: center; ...@@ -738,10 +738,10 @@ text-align: center;
} }
// 变焦功能 // 变焦功能
/deep/ .el-slider__runway { ::v-deep .el-slider__runway {
visibility: hidden; visibility: hidden;
} }
/deep/.el-slider__runway { ::v-deep .el-slider__runway {
background-color: #409eff; background-color: #409eff;
} }
.waibi { .waibi {
...@@ -809,7 +809,7 @@ text-align: center; ...@@ -809,7 +809,7 @@ text-align: center;
margin: 0 10px 0 0; margin: 0 10px 0 0;
} }
// 变焦功能 // 变焦功能
/deep/ .el-slider__runway { ::v-deep .el-slider__runway {
visibility: hidden; visibility: hidden;
} }
</style> </style>
\ No newline at end of file
...@@ -463,7 +463,7 @@ export default { ...@@ -463,7 +463,7 @@ export default {
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: 100%; background-size: 100%;
} }
/deep/.el-slider__runway { ::v-deep .el-slider__runway {
background-color: #409eff; background-color: #409eff;
} }
.waibi { .waibi {
......
...@@ -564,7 +564,7 @@ export default { ...@@ -564,7 +564,7 @@ export default {
// } // }
} }
/deep/.el-slider__runway { ::v-deep .el-slider__runway {
background-color: #409eff; background-color: #409eff;
} }
......
...@@ -1187,17 +1187,17 @@ export default { ...@@ -1187,17 +1187,17 @@ export default {
color: #fff; color: #fff;
} }
/deep/ .el-dialog__header { ::v-deep .el-dialog__header {
margin-left: 0; margin-left: 0;
padding: 0; padding: 0;
} }
/deep/ .el-dialog__body { ::v-deep .el-dialog__body {
padding: 0; padding: 0;
z-index: 2023 !important; z-index: 2023 !important;
} }
/deep/ .el-dialog { ::v-deep .el-dialog {
z-index: 2022 !important; z-index: 2022 !important;
} }
...@@ -1264,7 +1264,7 @@ export default { ...@@ -1264,7 +1264,7 @@ export default {
color: #fff; color: #fff;
} }
/deep/ .el-radio__label { ::v-deep .el-radio__label {
color: #fff; color: #fff;
} }
...@@ -1499,7 +1499,7 @@ export default { ...@@ -1499,7 +1499,7 @@ export default {
width: 80px; width: 80px;
height: 32px; height: 32px;
/deep/.el-input--suffix { ::v-deep .el-input--suffix {
width: 100%; width: 100%;
height: 100%; height: 100%;
...@@ -1509,7 +1509,7 @@ export default { ...@@ -1509,7 +1509,7 @@ export default {
} }
} }
/deep/.el-input__suffix { ::v-deep .el-input__suffix {
display: flex; display: flex;
align-items: center; align-items: center;
} }
...@@ -1638,13 +1638,13 @@ export default { ...@@ -1638,13 +1638,13 @@ export default {
// // margin-left: 6px; // // margin-left: 6px;
// // margin-top: 6px; // // margin-top: 6px;
// } // }
/deep/.el-checkbox__input { ::v-deep .el-checkbox__input {
position: absolute; position: absolute;
top: 0; top: 0;
left: 0; left: 0;
} }
/deep/.el-checkbox__label { ::v-deep .el-checkbox__label {
padding: 0; padding: 0;
} }
......
...@@ -732,7 +732,7 @@ export default { ...@@ -732,7 +732,7 @@ export default {
width: 70px; width: 70px;
height: 26px; height: 26px;
} }
/deep/.el-input--suffix { ::v-deep .el-input--suffix {
width: 100%; width: 100%;
height: 100%; height: 100%;
.el-input__inner { .el-input__inner {
...@@ -740,7 +740,7 @@ export default { ...@@ -740,7 +740,7 @@ export default {
height: 100%; height: 100%;
} }
} }
/deep/.el-input__suffix { ::v-deep .el-input__suffix {
display: flex; display: flex;
align-items: center; align-items: center;
} }
......
...@@ -84,7 +84,7 @@ export default { ...@@ -84,7 +84,7 @@ export default {
} }
// width: 100%; // width: 100%;
// height: 100%; // height: 100%;
/deep/canvas { ::v-deep canvas {
width: 100% !important; width: 100% !important;
} }
} }
......
...@@ -882,7 +882,7 @@ export default { ...@@ -882,7 +882,7 @@ export default {
display: flex; display: flex;
align-items: center; align-items: center;
/deep/.el-select { ::v-deep .el-select {
width: 80px; width: 80px;
color: #fff; color: #fff;
border: none; border: none;
......
...@@ -499,7 +499,7 @@ export default { ...@@ -499,7 +499,7 @@ export default {
) )
1 1; 1 1;
} }
/deep/ .el-input__suffix-inner { ::v-deep .el-input__suffix-inner {
i { i {
color: #43deff; color: #43deff;
} }
...@@ -541,12 +541,12 @@ export default { ...@@ -541,12 +541,12 @@ export default {
// -webkit-transform: translateX(-100%); // -webkit-transform: translateX(-100%);
// } // }
// } // }
/deep/ .tb-tr .td { ::v-deep .tb-tr .td {
padding: 18px 0 !important; padding: 18px 0 !important;
} }
// 提示框样式 // 提示框样式
/deep/ .td .el-tooltip { ::v-deep .td .el-tooltip {
background: rgba(2, 19, 96, 0); background: rgba(2, 19, 96, 0);
border: 0px solid rgba(207, 234, 255, 0.33); border: 0px solid rgba(207, 234, 255, 0.33);
font-family: MicrosoftYaHei; font-family: MicrosoftYaHei;
...@@ -583,7 +583,7 @@ export default { ...@@ -583,7 +583,7 @@ export default {
.dangqianye { .dangqianye {
margin: 0 20px 0 0; margin: 0 20px 0 0;
} }
/deep/.el-pager .number:hover { ::v-deep .el-pager .number:hover {
background: #00b6ff !important; background: #00b6ff !important;
border-radius: 2px; border-radius: 2px;
color: #000 !important; color: #000 !important;
...@@ -591,12 +591,12 @@ export default { ...@@ -591,12 +591,12 @@ export default {
height: 22px; height: 22px;
line-height: 22px; line-height: 22px;
} }
/deep/ .el-pagination--small .el-pager .number { ::v-deep .el-pagination--small .el-pager .number {
font-size: 12px; font-size: 12px;
font-family: MicrosoftYaHei; font-family: MicrosoftYaHei;
color: #889fb2; color: #889fb2;
} }
/deep/.active { ::v-deep .active {
color: #000 !important; color: #000 !important;
} }
.btnqueding { .btnqueding {
...@@ -696,7 +696,7 @@ export default { ...@@ -696,7 +696,7 @@ export default {
// border-radius: 6px; // border-radius: 6px;
// border: 1px solid #8adaff; // border: 1px solid #8adaff;
} }
/deep/ .el-tooltip__popper .is-dark { ::v-deep .el-tooltip__popper .is-dark {
z-index: -100; z-index: -100;
} }
</style> </style>
\ No newline at end of file
...@@ -443,7 +443,7 @@ export default { ...@@ -443,7 +443,7 @@ export default {
width: 70px; width: 70px;
height: 26px; height: 26px;
} }
/deep/.el-input--suffix { ::v-deep .el-input--suffix {
width: 100%; width: 100%;
height: 100%; height: 100%;
.el-input__inner { .el-input__inner {
...@@ -451,7 +451,7 @@ export default { ...@@ -451,7 +451,7 @@ export default {
height: 100%; height: 100%;
} }
} }
/deep/.el-input__suffix { ::v-deep .el-input__suffix {
display: flex; display: flex;
align-items: center; align-items: center;
} }
......
...@@ -62,7 +62,7 @@ export default { ...@@ -62,7 +62,7 @@ export default {
} }
// width: 100%; // width: 100%;
// height: 100%; // height: 100%;
/deep/canvas { ::v-deep canvas {
width: 100% !important; width: 100% !important;
} }
} }
......
...@@ -520,7 +520,7 @@ ...@@ -520,7 +520,7 @@
display: flex; display: flex;
align-items: center; align-items: center;
/deep/.el-select { ::v-deep .el-select {
width: 80px; width: 80px;
color: #fff; color: #fff;
border: none; border: none;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论