From 77658c765cf7efda6ab68bb92323eea6d87e19ff Mon Sep 17 00:00:00 2001 From: gaoluyang <gaoluyang@rengu.cc> Date: 星期日, 04 八月 2024 17:01:33 +0800 Subject: [PATCH] 1.下单里面所有特殊项目的弹框都加一个确认按钮再关闭页面,不然很容易还没选好页面就关闭了不容易再次更改 --- src/components/do/b1-ins-order/cable-config.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/do/b1-ins-order/cable-config.vue b/src/components/do/b1-ins-order/cable-config.vue index 897a0b6..575fc95 100644 --- a/src/components/do/b1-ins-order/cable-config.vue +++ b/src/components/do/b1-ins-order/cable-config.vue @@ -2,7 +2,7 @@ <div class="ins_order_config"> <div> <el-row class="title"> - <el-col :span="6" style="padding-left: 20px;">鐢电紗閰嶇疆</el-col> + <el-col :span="6" style="padding-left: 20px;text-align: left;">鐢电紗閰嶇疆</el-col> <el-col :span="18" style="text-align: right;"> <el-button size="medium" @click="outConfig"> <span style="color: #3A7BFA;">杩� 鍥�</span> -- Gitblit v1.9.3