Browse Source

设置界面适配移动端

v1.0
许孟阳 5 days ago
parent
commit
42a9fae105
  1. 5
      src/views/setting.vue

5
src/views/setting.vue

@ -101,13 +101,13 @@ onBeforeUnmount(() => {
.label { .label {
float: left; float: left;
width: 20%; width: 25%;
text-align: right; text-align: right;
} }
.options { .options {
float: right; float: right;
width: 78%; width: 73%;
text-align: left; text-align: left;
} }
@ -124,6 +124,7 @@ onBeforeUnmount(() => {
.setting { .setting {
width: 23.5rem; width: 23.5rem;
margin-top: 0.5rem; margin-top: 0.5rem;
font-size: 0.8rem;
.footer { .footer {
margin-top: 0.5rem; margin-top: 0.5rem;

Loading…
Cancel
Save