海运出口 编辑页面调整

szh-new
张同海 7 months ago
parent d99cc0c54a
commit 8f97f30b4c

File diff suppressed because it is too large Load Diff

@ -34,6 +34,7 @@
type="Content"
:openToCDB="true"
@getTextareaChange="getTextareaChange"
:height="153.5"
/>
<div class="line-count" id="consignee-scroll-right" v-if="Content.length > 0">
<div v-for="(num, index) in Content.split('\n')" :key="index">{{ num.length }}</div>
@ -173,7 +174,7 @@
<style lang="less" scoped>
.top {
margin-top: 4px;
margin-bottom: 4px;
margin-bottom: 14px;
height: 26px;
line-height: 26px;
overflow: hidden;
@ -267,6 +268,7 @@
}
.bottom {
display: flex;
margin-bottom: 40px;
.input-box {
margin-top: 10px;
flex: 1;

@ -176,6 +176,7 @@
}
/deep/ .ant-card-body {
padding-top: 25px !important;
padding-bottom: 10px !important;
}
/deep/ .has-success .ant-select-selection-selected-value {
padding-right: 0 !important;
@ -260,10 +261,10 @@ form .has-feedback .ant-time-picker-clear {
line-height: 28px !important;
// border: 1px solid #f00;
}
/deep/ .ant-form-item-control {
height: 36px !important;
line-height: 36px !important;
}
// /deep/ .ant-form-item-control {
// height: 36px !important;
// line-height: 36px !important;
// }
.from-box3 {
/deep/ .ant-form-item-label {

@ -4727,8 +4727,10 @@
:deep(.vxe-toolbar) {
display: none;
}
// vben-basic-form--compact
:deep(.vben-basic-form--compact) {
display: none;
}
//
:deep(.vben-basic-table-header__toolbar) {
display: flex;
.nav-box {

Loading…
Cancel
Save