diff --git a/src/views/main/BookingLedger/list/index.vue b/src/views/main/BookingLedger/list/index.vue index 4fc82ac..2d9bbd2 100644 --- a/src/views/main/BookingLedger/list/index.vue +++ b/src/views/main/BookingLedger/list/index.vue @@ -462,6 +462,8 @@ @@ -2069,15 +2083,15 @@ export default { margin-top: -4px !important; } } -/deep/ .ant-form-item-control-wrapper{ +/deep/ .ant-form-item-control-wrapper { overflow: hidden !important; } -.no-data{ +.no-data { display: block; color: #aaa; font-size: 14px; - i{ + i { line-height: 120px; font-size: 100px; }