@@ -1028,6 +1028,22 @@ export default {
.btn {
margin-right: 10px;
}
+ .btn-delete{
+ border: 1px solid #ff6646;
+ background: #fdf2f0;
+ color: #ff6646;
+ &:hover{
+ border: 1px solid #ff6646 !important;
+ background: #fdf2f0 !important;
+ color: #ff6646 !important;
+ opacity:.7;
+ }
+ }
+ .btn-more-name,.btn-import-station,.btn-weight{
+ border: 1px solid @primary-color;
+ color: @primary-color;
+ background-color: #f5f9fe;
+ }
}
.table-right {
line-height: 28px;
@@ -1042,10 +1058,21 @@ export default {
.model-content {
.model-botton-box {
- margin: 40px 0;
+ margin: 40px 0 20px;
.btn {
margin-right: 10px;
}
+ .btn-delete{
+ border: 1px solid #ff6646;
+ background: #fdf2f0;
+ color: #ff6646;
+ &:hover{
+ border: 1px solid #ff6646 !important;
+ background: #fdf2f0 !important;
+ color: #ff6646 !important;
+ opacity:.7;
+ }
+ }
}
}
.table-no-data {
diff --git a/src/views/main/BookingLedger/list/index.vue b/src/views/main/BookingLedger/list/index.vue
index 3649436..340f675 100644
--- a/src/views/main/BookingLedger/list/index.vue
+++ b/src/views/main/BookingLedger/list/index.vue
@@ -72,6 +72,9 @@
@cell-dblclick="handledbclick"
style="margin-top:15px;"
>
+
+ {{ row.mblno }}
+
{{ row.vessel }}
@@ -554,9 +557,13 @@ export default {
}