Procházet zdrojové kódy

feat:app独立看课sass样式版本兼容

caoliqin před 1 týdnem
rodič
revize
ac3223b8a1

+ 2 - 2
src/components/City/indexZm.vue

@@ -480,13 +480,13 @@ export default {
   cursor: not-allowed !important;
 }
 
-.disabled-checkbox /deep/ .el-checkbox__input.is-disabled .el-checkbox__inner {
+.disabled-checkbox ::v-deep  .el-checkbox__input.is-disabled .el-checkbox__inner {
   background-color: #f5f7fa;
   border-color: #e4e7ed;
   cursor: not-allowed;
 }
 
-.disabled-checkbox /deep/ .el-checkbox__input.is-disabled + .el-checkbox__label {
+.disabled-checkbox ::v-deep  .el-checkbox__input.is-disabled + .el-checkbox__label {
   color: #c0c4cc;
   cursor: not-allowed;
 }

+ 2 - 2
src/components/qqMap/index.vue

@@ -197,7 +197,7 @@ export default {
 
 <style lang="scss" scoped>
   .map-contain{
-    /deep/.el-dialog{
+    ::v-deep .el-dialog{
       margin-top: 2vh !important;
     }
   }
@@ -207,7 +207,7 @@ export default {
   }
   .map-coord{
     position: relative;
-    /deep/.address-select{
+    ::v-deep .address-select{
       position: absolute;
       top: 10px;
       left: 10px;

+ 2 - 2
src/views/app/sop/info/addSop.vue

@@ -754,13 +754,13 @@ export default {
 };
 </script>
 <style scoped lang="scss">
-.custom-input /deep/ .el-input__inner {
+.custom-input ::v-deep  .el-input__inner {
   height: 20px;
   padding: 0 4px;
   text-align:center;
   display: block;
 }
-.custom-input /deep/ .el-input__icon {
+.custom-input ::v-deep  .el-input__icon {
   line-height: 20px;
 }
 .user-box {

+ 2 - 2
src/views/app/sop/info/index.vue

@@ -1558,14 +1558,14 @@ export default {
 ;
 </script>
 <style scoped>
-.custom-input /deep/ .el-input__inner {
+.custom-input ::v-deep  .el-input__inner {
   height: 20px;
   padding: 0 4px;
   text-align: center;
   display: block;
 }
 
-.custom-input /deep/ .el-input__icon {
+.custom-input ::v-deep  .el-input__icon {
   line-height: 20px;
 }
 

+ 1 - 1
src/views/app/sop/template/index.vue

@@ -573,7 +573,7 @@ export default {
 };
 </script>
 <style lang="scss" scoped>
-  /deep/ .el-dialog__footer {
+  ::v-deep  .el-dialog__footer {
     height: 55px;
   }
 </style>

+ 4 - 4
src/views/app/sop/template/updateSopTemp.vue

@@ -2950,16 +2950,16 @@ export default {
   color: #fff !important;
 }
 
-/deep/ .el-dialog__footer {
+::v-deep  .el-dialog__footer {
   height: 55px;
 }
 
-.custom-input /deep/ .el-input__inner {
+.custom-input ::v-deep  .el-input__inner {
   height: 20px;
   text-align: center;
 }
 
-.custom-input /deep/ .el-input__icon {
+.custom-input ::v-deep  .el-input__icon {
   line-height: 10px;
 }
 
@@ -2967,7 +2967,7 @@ export default {
   cursor: pointer;
 }
 
-/deep/ .el-badge__content.is-fixed {
+::v-deep  .el-badge__content.is-fixed {
   top: 10px !important;
   right: 0 !important;
   width: 8px;

+ 1 - 1
src/views/app/sop/userLogsInfo/sopUserLogsInfoDetails.vue

@@ -630,7 +630,7 @@ export default {
 
 <style lang="scss" scoped>
 
-/deep/ .search-tag-dialog {
+::v-deep  .search-tag-dialog {
     height: 800px !important;
     overflow: auto !important;
 }

+ 1 - 1
src/views/app/user/index.vue

@@ -1431,7 +1431,7 @@ export default {
   margin-left: 10px;
 }
 
-/deep/ .ai-user-info .el-form-item__label {
+::v-deep  .ai-user-info .el-form-item__label {
   text-align: right !important;
 }
 </style>

+ 1 - 1
src/views/app/userPortrait/index.vue

@@ -535,7 +535,7 @@ export default {
   font-size: 13px;
 }
 
-/deep/ .user-portrait-dialog {
+::v-deep  .user-portrait-dialog {
 
   .el-form-item__label {
     text-align: right !important;

+ 2 - 2
src/views/course/sop/index.vue

@@ -583,13 +583,13 @@ export default {
 };
 </script>
 <style scoped>
-.custom-input /deep/ .el-input__inner {
+.custom-input ::v-deep  .el-input__inner {
   height: 20px;
   padding: 0 4px;
   text-align:center;
 
 }
-.custom-input /deep/ .el-input__icon {
+.custom-input ::v-deep  .el-input__icon {
   line-height: 20px;
 }
 </style>

+ 2 - 2
src/views/qw/sop/sop.vue

@@ -429,13 +429,13 @@ export default {
 };
 </script>
 <style scoped>
-.custom-input /deep/ .el-input__inner {
+.custom-input ::v-deep  .el-input__inner {
   height: 20px;
   padding: 0 4px;
   text-align:center;
   display: block;
 }
-.custom-input /deep/ .el-input__icon {
+.custom-input ::v-deep  .el-input__icon {
   line-height: 20px;
 }
 </style>

+ 2 - 2
src/views/qw/sopTemp/addAiChatTemp.vue

@@ -314,12 +314,12 @@ export default {
 </script>
 
 <style scoped>
-.custom-input /deep/ .el-input__inner {
+.custom-input ::v-deep  .el-input__inner {
   height: 20px;
   text-align: center;
 }
 
-.custom-input /deep/ .el-input__icon {
+.custom-input ::v-deep  .el-input__icon {
   line-height: 10px;
 }
 

+ 2 - 2
src/views/qw/sopTemp/addSopTemp.vue

@@ -970,12 +970,12 @@ export default {
 </script>
 
 <style scoped>
-.custom-input /deep/ .el-input__inner {
+.custom-input ::v-deep  .el-input__inner {
   height: 20px;
   text-align: center;
 }
 
-.custom-input /deep/ .el-input__icon {
+.custom-input ::v-deep  .el-input__icon {
   line-height: 10px;
 }
 </style>

+ 2 - 2
src/views/qw/sopTemp/addSopTempOld.vue

@@ -724,11 +724,11 @@ export default {
 </script>
 
 <style scoped>
-.custom-input /deep/ .el-input__inner {
+.custom-input ::v-deep  .el-input__inner {
   height: 20px;
   text-align:center;
 }
-.custom-input /deep/ .el-input__icon {
+.custom-input ::v-deep  .el-input__icon {
   line-height: 10px;
 }
 </style>

+ 2 - 2
src/views/qw/sopTemp/addTemp.vue

@@ -183,12 +183,12 @@ export default {
 </script>
 
 <style scoped>
-.custom-input /deep/ .el-input__inner {
+.custom-input ::v-deep  .el-input__inner {
   height: 20px;
   text-align: center;
 }
 
-.custom-input /deep/ .el-input__icon {
+.custom-input ::v-deep  .el-input__icon {
   line-height: 10px;
 }
 </style>

+ 2 - 2
src/views/qw/sopTemp/updateAiChatTemp.vue

@@ -310,12 +310,12 @@ export default {
 </script>
 
 <style scoped>
-.custom-input /deep/ .el-input__inner {
+.custom-input ::v-deep  .el-input__inner {
   height: 20px;
   text-align: center;
 }
 
-.custom-input /deep/ .el-input__icon {
+.custom-input ::v-deep  .el-input__icon {
   line-height: 10px;
 }
 

+ 3 - 3
src/views/qw/sopTemp/updateSopTemp.vue

@@ -659,12 +659,12 @@
   color: #fff !important;
 }
 
-.custom-input /deep/ .el-input__inner {
+.custom-input ::v-deep  .el-input__inner {
   height: 20px;
   text-align: center;
 }
 
-.custom-input /deep/ .el-input__icon {
+.custom-input ::v-deep  .el-input__icon {
   line-height: 10px;
 }
 
@@ -672,7 +672,7 @@
   cursor: pointer;
 }
 
-/deep/ .el-badge__content.is-fixed {
+::v-deep  .el-badge__content.is-fixed {
   top: 10px !important;
   right: 0 !important;
   width: 8px;

+ 2 - 2
src/views/qw/sopTemp/updateSopTemp2.vue

@@ -895,12 +895,12 @@ export default {
 </script>
 
 <style scoped>
-.custom-input /deep/ .el-input__inner {
+.custom-input ::v-deep  .el-input__inner {
   height: 20px;
   text-align: center;
 }
 
-.custom-input /deep/ .el-input__icon {
+.custom-input ::v-deep  .el-input__icon {
   line-height: 10px;
 }
 </style>

+ 2 - 2
src/views/qw/sopTemp/updateSopTempOld.vue

@@ -654,11 +654,11 @@ export default {
 </script>
 
 <style scoped>
-.custom-input /deep/ .el-input__inner {
+.custom-input ::v-deep  .el-input__inner {
   height: 20px;
   text-align:center;
 }
-.custom-input /deep/ .el-input__icon {
+.custom-input ::v-deep  .el-input__icon {
   line-height: 10px;
 }
 </style>

+ 2 - 2
src/views/qw/sopTemp/updateTemp.vue

@@ -190,12 +190,12 @@ export default {
 </script>
 
 <style scoped>
-.custom-input /deep/ .el-input__inner {
+.custom-input ::v-deep  .el-input__inner {
   height: 20px;
   text-align: center;
 }
 
-.custom-input /deep/ .el-input__icon {
+.custom-input ::v-deep  .el-input__icon {
   line-height: 10px;
 }
 </style>