海运出口 编辑页面调整

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

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

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

Loading…
Cancel
Save