Browse Source

feat:修改样式写法

DESKTOP-07F1812\coder 2 years ago
parent
commit
0887bb36e4

+ 1 - 1
src/pages/overtimeMealFeeSubsidy/workbench/myApplyFor/detail/index.vue

@@ -117,7 +117,7 @@ request({
   color: red;
   color: red;
 }
 }
 
 
-::v-deep .specialTd table tbody tr td {
+:deep(.specialTd table tbody tr td) {
   border: 1px #CCCCCC solid !important;
   border: 1px #CCCCCC solid !important;
 }
 }
 </style>
 </style>

+ 1 - 1
src/pages/overtimeMealFeeSubsidy/workbench/myAuditFor/detail/index.vue

@@ -202,7 +202,7 @@ function dialogSubmit() {
   color: red;
   color: red;
 }
 }
 
 
-::v-deep .specialTd table tbody tr td {
+:deep(.specialTd table tbody tr td) {
   border: 1px #CCCCCC solid !important;
   border: 1px #CCCCCC solid !important;
 }
 }
 
 

+ 1 - 1
src/pages/techerFlowManager/teacherPerformanceAssessment/detailMyApplyFor/index.vue

@@ -250,7 +250,7 @@ function getFile(url, fileName) {
   color: red;
   color: red;
 }
 }
 
 
-::v-deep .specialTd table tbody tr td {
+:deep(.specialTd table tbody tr td) {
   border: 1px #CCCCCC solid !important;
   border: 1px #CCCCCC solid !important;
 }
 }
 </style>
 </style>