Skip to content

Commit 70b4695

Browse files
committed
💄 change helper modal interface
1 parent 8c27e46 commit 70b4695

1 file changed

Lines changed: 13 additions & 8 deletions

File tree

src/renderer/components/HelperModal.vue

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -81,17 +81,23 @@ export default {
8181

8282
<style lang="scss">
8383
.helper-modal {
84+
.modla__wrapper,
85+
.modal__content,
86+
&__content {
87+
top: 0;
88+
right: 0;
89+
bottom: 0;
90+
left: 0;
91+
z-index: 1;
92+
position: fixed;
93+
}
94+
8495
&__content {
8596
display: flex;
8697
flex-direction: row;
8798
align-items: center;
88-
position: relative;
89-
border-radius: 8px;
90-
width: 300px;
91-
min-height: 240px;
92-
max-height: 400px;
99+
justify-content: center;
93100
background-color: #ffffff;
94-
padding: 50px 32px 50px;
95101
box-sizing: border-box;
96102
}
97103
@@ -106,7 +112,6 @@ export default {
106112
}
107113
108114
&__tab {
109-
border-top: solid 1px #e0e5e6;
110115
flex-direction: row;
111116
list-style: none;
112117
display: flex;
@@ -119,7 +124,7 @@ export default {
119124
&__option {
120125
cursor: pointer;
121126
color: #e8e8e8;
122-
font-size: 12px;
127+
font-size: 24px;
123128
padding: 2px 0;
124129
text-align: center;
125130
flex: 1;

0 commit comments

Comments
 (0)