shish 1 day ago
parent
commit
c26df56246
2 changed files with 15 additions and 4 deletions
  1. 1 1
      ghs/src/components/order/OrderCommitDialog.vue
  2. 14 3
      ghs/src/views/order/add.vue

+ 1 - 1
ghs/src/components/order/OrderCommitDialog.vue

@@ -808,7 +808,7 @@ export default {
   background: #fff;
   .shop-tip {
     margin-bottom: 8px;
-    font-size: 15px;
+    font-size: 18px;
     font-weight: 700;
     color: #303133;
     line-height: 1.3;

+ 14 - 3
ghs/src/views/order/add.vue

@@ -1030,28 +1030,39 @@ export default {
   color: #606266;
 }
 
-/* 查看财务单独一行;提交已挪到右侧面板,不再预留按钮间距 */
+/* 查看财务单独一行:按钮与成本/毛利必须同字号,避免 el-button 内部 span 把字撑大或缩小 */
 .footer-finance {
   display: flex;
   align-items: center;
   margin-bottom: 0;
+  font-size: 14px;
+  font-weight: 700;
+  color: #3385ff;
 }
 
 .footer-finance-sum {
+  margin-left: 8px;
   font-size: 14px;
+  line-height: 1.4;
   color: #3385ff;
   font-weight: 700;
-  margin-left: 8px;
 }
 
 .cart-finance-link {
   padding: 0;
-  font-size: 14px;
+  font-size: 14px !important;
+  line-height: 1.4;
   color: #3385ff;
   font-weight: 700;
   text-decoration: underline;
 }
 
+.cart-finance-link ::v-deep span {
+  font-size: 14px;
+  font-weight: 700;
+  line-height: 1.4;
+}
+
 .pos-empty {
   padding: 40px 12px;
   text-align: center;