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 bd818e0..708dcc1 100644
--- a/src/views/main/BookingLedger/detail/modules/operationArea.vue
+++ b/src/views/main/BookingLedger/detail/modules/operationArea.vue
@@ -102,9 +102,10 @@
原始
@@ -125,7 +126,7 @@
-
+
-
+
@@ -233,7 +235,7 @@
placeholder="请输入VGM链接"
v-model="initCabinFrom.orderUrl.urlVgm"
/>
-
复制
+
@@ -251,7 +253,7 @@
placeholder="请输入SI&VGM链接"
v-model="initCabinFrom.orderUrl.urlVgmSi"
/>
- 复制
+
@@ -1247,13 +1249,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 {
@@ -1267,6 +1271,11 @@ export default {
margin-bottom: 0;
}
}
+.cabin-box,.to-box{
+ .ant-row{
+ margin-bottom: 10px;
+ }
+}
.book-model-box {
position: relative;
padding-left: 50px;
@@ -1276,7 +1285,7 @@ export default {
height: 40px;
line-height: 40px;
top: 0;
- left: 0;
+ left: 17px;
}
}
.pdf-view {
@@ -1308,4 +1317,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;
+}
diff --git a/src/views/main/BookingLedger/list/index.vue b/src/views/main/BookingLedger/list/index.vue
index 74ba3dd..14a8b8d 100644
--- a/src/views/main/BookingLedger/list/index.vue
+++ b/src/views/main/BookingLedger/list/index.vue
@@ -76,7 +76,7 @@
{{ row.vessel }}
-
+
@@ -757,4 +757,12 @@ export default {
/deep/ .vxe-table--render-default .vxe-body--row.row--stripe {
background: #f5f9fe;
}
+/*列表操作按钮颜色 */
+/deep/ .operate-btn{
+ color: @primary-color;
+}
+/deep/ .operate-btn:hover{
+ color: @primary-color !important;
+ opacity: .7;
+}