소스 검색

fix:去除无用的css

liujiayin 2 년 전
부모
커밋
59c8b558d9
1개의 변경된 파일1개의 추가작업 그리고 54개의 파일을 삭제
  1. 1 54
      src/views/component/trainingManage/barcodeDialog.vue

+ 1 - 54
src/views/component/trainingManage/barcodeDialog.vue

@@ -4,7 +4,7 @@
  * @Author: Liu_jiaYin
  * @Date: 2024-04-11 14:43:46
  * @LastEditors: Do not edit
- * @LastEditTime: 2024-04-11 17:09:36
+ * @LastEditTime: 2024-04-11 17:56:07
 -->
 <template>
     <div class="sample-scan">
@@ -74,11 +74,6 @@ export default {
 </script>
 
 <style lang="less" scoped>
-/deep/ .el-form-item__label,
-/deep/ .el-input__inner {
-    color: none;
-}
-
 .sample-scan .popContainer {
     position: fixed;
     top: 0;
@@ -88,52 +83,4 @@ export default {
     z-index: 9999999;
     background: rgba(0, 0, 0, 0.7);
 }
-
-// .dynamic-form-table__label:before {
-//   content: '*';
-//   color: #F56C6C;
-// }
-.dynamic-form-table__label {
-    color: #F56C6C;
-    font-size: 18px;
-    line-height: 40px;
-    font-weight: bold;
-}
-
-/**必须设置.el-form-item__label为none */
-/deep/.zzj .el-form-item__content .el-input__inner {
-    color: #e60c14;
-}
-
-/deep/.el-form-item__content {
-    display: inline-block;
-}
-
-/deep/.el-form-item__label {
-    padding: 0;
-    margin-right: 5px;
-    width: 120px;
-    // width: 101px;
-    // margin-left:25px;
-}
-
-/deep/.el-input__inner {
-    border-top: none !important;
-    border-left: none !important;
-    border-right: none !important;
-    border-radius: 0;
-}
-
-/deep/.jiaji {
-    // color: #F56C6C;
-    // font-size: 18px;
-    // line-height: 40px;
-    // font-weight: bold;
-}
-
-/deep/.el-dialog__title {
-    line-height: 24px;
-    color: #e60c14;
-    font-weight: 600;
-}
 </style>