样式优化
This commit is contained in:
parent
5e873f9cb7
commit
c6c1224059
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
// 滚动条样式
|
||||
// 优化一下滚动条
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
<DialogModal
|
||||
@onHandleCloseModal="onHandleCloseModal"
|
||||
:modalTitle="modalTitle"
|
||||
:height="`90vh`"
|
||||
:height="`100vh`"
|
||||
:width="`90vw`"
|
||||
>
|
||||
<!-- 巡视任务-->
|
||||
|
|
|
|||
Loading…
Reference in New Issue