diff --git a/package.json b/package.json index 156180b2..7603eb8b 100644 --- a/package.json +++ b/package.json @@ -6,8 +6,7 @@ "prod": "vite --mode production", "build": "vite build", "build:prod": "vite build --mode production", - "serve": "vite preview --host", - "type": "module" + "serve": "vite preview --host" }, "dependencies": { "@antfu/utils": "^0.7.2", diff --git a/src/views/Pricesystem/PricesyHome.vue b/src/views/Pricesystem/PricesyHome.vue index c57e1e99..68f850f9 100644 --- a/src/views/Pricesystem/PricesyHome.vue +++ b/src/views/Pricesystem/PricesyHome.vue @@ -248,6 +248,7 @@ const handleClick = (tab, event) => { border-bottom: 1px solid #ccc; padding: 10px; box-shadow: -1px -1px 3px; + display: flex; .el_Template { display: flex; align-items: center; @@ -256,7 +257,6 @@ const handleClick = (tab, event) => { margin-right: 10px; } } - display: flex; .el_Service { margin-left: 30px; display: flex; diff --git a/src/views/aftersales/aftersalesWorkOrderAddCopy.vue b/src/views/aftersales/aftersalesWorkOrderAddCopy.vue index 5f7aacbc..436e8435 100644 --- a/src/views/aftersales/aftersalesWorkOrderAddCopy.vue +++ b/src/views/aftersales/aftersalesWorkOrderAddCopy.vue @@ -2013,13 +2013,13 @@ const isShowFormItem4 = computed(() => { } } .ResponsibilityBoxS { - .el_packBtn { - margin-top: 10px; - } width: 100%; display: flex; flex-direction: column; margin-bottom: 10px; + .el_packBtn { + margin-top: 10px; + } .leftbox { display: flex; justify-content: space-between; @@ -2031,11 +2031,9 @@ const isShowFormItem4 = computed(() => { align-items: center; width: 30%; margin-right: 20px; - :deep(.el-form-item) { margin: 0; margin-right: 10px; - font-size: 12px; .el-form-item__label { margin: 0; @@ -2065,8 +2063,6 @@ const isShowFormItem4 = computed(() => { margin-bottom: 10px; width: 100%; border-left: none; - .el-tabs__header { - } .el-tabs__content { padding-top: 0; } @@ -2118,9 +2114,7 @@ const isShowFormItem4 = computed(() => { align-items: center; padding-left: 10px; } -:deep(.el-card__body) { - // margin-bottom: 50px; -} + :deep(.el-upload-dragger) { display: flex; align-items: center; @@ -2255,11 +2249,7 @@ const isShowFormItem4 = computed(() => { margin-bottom: 0 !important; margin: 5px 0 !important; } -:deep(.el_Exception) { - .el-form-item__content { - // width: 120px !important; - } -} + :deep(.el-form-item.is-required:not(.is-no-asterisk).asterisk-left > .el-form-item__label:before) { color: #ff0000; } @@ -2273,7 +2263,5 @@ const isShowFormItem4 = computed(() => { .page_loading { height: 100%; } -.el_btn_remove { - // padding-top: 6px; -} + diff --git a/src/views/aftersales/aftersalesWorkOrderInfo.vue b/src/views/aftersales/aftersalesWorkOrderInfo.vue index 705371c9..d96a2ed8 100644 --- a/src/views/aftersales/aftersalesWorkOrderInfo.vue +++ b/src/views/aftersales/aftersalesWorkOrderInfo.vue @@ -10,7 +10,7 @@
- + - + { } } .el_zb { + width: 250px; + text-align: right; :deep(.el-input__inner) { text-align: center; } - - width: 250px; - text-align: right; - :deep(.el-input) { margin-left: 10px; text-align: right; } - :deep(.el-form-item__content) { flex-wrap: nowrap; } @@ -2025,9 +2022,7 @@ const ResultDetermination = () => { :deep(.el-form-item) { margin: 0; margin-right: 10px; - font-size: 12px; - .el-form-item__label { margin: 0; } @@ -2079,14 +2074,6 @@ const ResultDetermination = () => { width: 100%; border-left: none; border-right: none; - - .el-tabs__header { - } - - .el-tabs__content { - // padding-right: 0; - } - .is-active { font-weight: bold; } diff --git a/src/views/aftersales/aftersalesWorkOrderend.vue b/src/views/aftersales/aftersalesWorkOrderend.vue index 251fb909..c38b7fcc 100644 --- a/src/views/aftersales/aftersalesWorkOrderend.vue +++ b/src/views/aftersales/aftersalesWorkOrderend.vue @@ -10,7 +10,7 @@
- + - + diff --git a/src/views/basicdata/warehouse/goodsShelf/basicdataGoodsShelfView.vue b/src/views/basicdata/warehouse/goodsShelf/basicdataGoodsShelfView.vue index 04d3ee14..225fae0c 100644 --- a/src/views/basicdata/warehouse/goodsShelf/basicdataGoodsShelfView.vue +++ b/src/views/basicdata/warehouse/goodsShelf/basicdataGoodsShelfView.vue @@ -11,6 +11,7 @@ class="" placeholder="请选择仓库" @change="checkcso" + style="width: 200px" > +