Ver Fonte

更新 样式

wangzhihui há 4 anos atrás
pai
commit
2ec74e6224

+ 4 - 1
src/App.vue

@@ -181,6 +181,9 @@ export default {
 }
 .el-input__inner {
   text-align: center;
-  color: #333 !important;
+  color: #777 !important;
+}
+.el-upload--picture-card {
+  border: none;
 }
 </style>

+ 0 - 3
src/views/shipInfo/shipDetail.vue

@@ -733,7 +733,4 @@ export default {
 :deep() .el-autocomplete {
   width: 220px;
 }
-:deep() .el-input__inner {
-  text-align: center;
-}
 </style>

+ 0 - 3
src/views/voyage/voyageAdd.vue

@@ -111,7 +111,4 @@ export default {
   margin-right: 22px;
   width: 280px;
 }
-:deep() .el-input__inner {
-  text-align: center;
-}
 </style>

+ 1 - 3
src/views/voyage/voyageDetail.vue

@@ -505,9 +505,7 @@ export default {
   width: 100%;
   height: 500px;
 }
-:deep().el-input__inner {
-  color: #333 !important;
-}
+
 .card-note {
   height: 30px;
   font-size: 12px;

+ 0 - 3
src/views/voyage/voyageList.vue

@@ -518,7 +518,4 @@ export default {
 :deep() .el-autocomplete {
   width: 220px;
 }
-:deep() .el-input__inner {
-  text-align: center;
-}
 </style>