From f9492e138b609a9d6d3b79ca7d6321a1bc5faf60 Mon Sep 17 00:00:00 2001 From: liuxiaoxue <1126966868@qq.com> Date: Thu, 1 Dec 2022 11:37:30 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A2=E8=88=B1=E8=AF=A6=E6=83=85=E5=BC=B9?= =?UTF-8?q?=E7=AA=97=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/index.html | 2 +- .../detail/modules/operationArea.vue | 42 +++++++++++++++---- 2 files changed, 34 insertions(+), 10 deletions(-) diff --git a/public/index.html b/public/index.html index 4fd3dec..1126b16 100644 --- a/public/index.html +++ b/public/index.html @@ -95,7 +95,7 @@ <% for (var i in htmlWebpackPlugin.options.cdn && htmlWebpackPlugin.options.cdn.css) { %> <% } %> - + diff --git a/src/views/main/BookingLedger/detail/modules/operationArea.vue b/src/views/main/BookingLedger/detail/modules/operationArea.vue index bf0591d..e079bae 100644 --- a/src/views/main/BookingLedger/detail/modules/operationArea.vue +++ b/src/views/main/BookingLedger/detail/modules/operationArea.vue @@ -84,9 +84,10 @@ 原始 @@ -107,7 +108,7 @@ - + @@ -182,7 +184,7 @@ - + - 复制 + @@ -215,7 +217,7 @@ placeholder="请输入VGM链接" v-model="initCabinFrom.orderUrl.urlVgm" /> - 复制 + @@ -233,7 +235,7 @@ placeholder="请输入SI&VGM链接" v-model="initCabinFrom.orderUrl.urlVgmSi" /> - 复制 + @@ -1061,13 +1063,15 @@ export default { } span { display: inline-block; - width: 60px; + width: 25px; text-align: right; height: 32px; line-height: 32px; font-size: 13px; - color: @primary-color; cursor: pointer; + i{ + color: @primary-color; + } } } .item-box { @@ -1081,6 +1085,11 @@ export default { margin-bottom: 0; } } +.cabin-box,.to-box{ + .ant-row{ + margin-bottom: 10px; + } +} .book-model-box { position: relative; padding-left: 50px; @@ -1090,7 +1099,7 @@ export default { height: 40px; line-height: 40px; top: 0; - left: 0; + left: 17px; } } .pdf-view { @@ -1122,4 +1131,19 @@ export default { margin: 5px 10px; } } +/*订舱弹窗文件功能对齐 */ +/deep/ .ant-form-file{ + .ant-form-item-label{ + margin-top: -5px; + margin-left:12px; + } +} +/*弹窗按钮颜色修改 */ +/deep/ .ant-modal-footer .ant-btn.ant-btn-primary span{ + color: #FFF; +} +/*弹窗文本框背景颜色修改 */ +/deep/ .ant-modal-body .ant-input{ + background: #f5f9fe; +}