diff --git a/jshERP-web/src/assets/less/common.less b/jshERP-web/src/assets/less/common.less index 820304e3a..2a4bf73bb 100644 --- a/jshERP-web/src/assets/less/common.less +++ b/jshERP-web/src/assets/less/common.less @@ -41,7 +41,12 @@ margin-bottom: 12px; } /*全屏模式*/ -.ant-modal-cust-warp .fullscreen >.ant-modal-body { +.ant-modal-cust-warp .fullscreen >.ant-modal-content { + height: 100vh; + border-radius: 0; +} +/*全屏模式*/ +.ant-modal-cust-warp .fullscreen >.ant-modal-content >.ant-modal-body { padding: 24px 24px 12px 24px; height: calc(100% - 200px) !important; overflow-y: auto diff --git a/jshERP-web/src/components/jeecg/JDate.vue b/jshERP-web/src/components/jeecg/JDate.vue index f08a7507a..093152397 100644 --- a/jshERP-web/src/components/jeecg/JDate.vue +++ b/jshERP-web/src/components/jeecg/JDate.vue @@ -7,6 +7,7 @@ :showTime="showTime" :format="dateFormat" :getCalendarContainer="getCalendarContainer" + style="width:100%" />