样式优化

This commit is contained in:
BianLzhaoMin 2025-07-22 17:06:35 +08:00
parent 5e873f9cb7
commit c6c1224059
3 changed files with 5 additions and 5 deletions

View File

@ -421,7 +421,7 @@ onUnmounted(() => {
.more-panel-card {
width: 80%;
height: 80vh;
height: 100vh;
display: flex;
flex-direction: column;
background: url('@/assets/home-imgs/modal-bg.png') no-repeat center center;

View File

@ -396,11 +396,11 @@ onBeforeUnmount(() => {
<style lang="scss" scoped>
.add-or-edit-marker-form {
width: 100%;
padding: 0 10px;
// width: 100%;
// padding: 0 10px;
display: flex;
flex-direction: column;
height: 100%;
height: 100vh;
overflow: auto;
//
//

View File

@ -3,7 +3,7 @@
<DialogModal
@onHandleCloseModal="onHandleCloseModal"
:modalTitle="modalTitle"
:height="`90vh`"
:height="`100vh`"
:width="`90vw`"
>
<!-- 巡视任务-->