Browse Source

样式问题

master
maochaoying 2 years ago
parent
commit
5f92f3cba5
  1. 6
      src/components/Test.vue
  2. 8
      src/pages/Home.vue

6
src/components/Test.vue

@ -514,7 +514,7 @@ const changeDraughtStatus = flag => {
}
}
.switch_wrap {
padding: 0 17px 0 40px;
padding: 0 17px 0 17px;
justify-content: space-between;
.btn_wrap {
display: flex;
@ -554,7 +554,7 @@ const changeDraughtStatus = flag => {
}
}
.update_wrap {
padding: 0 17px 0 40px;
padding: 0 17px 0 17px;
justify-content: space-between;
.btn_wrap {
width: 184px;
@ -572,7 +572,7 @@ const changeDraughtStatus = flag => {
}
}
.info_wrap {
padding: 0 32px 0 40px;
padding: 0 32px 0 17px;
justify-content: space-between;
.title {
font-family: Source Han Sans CN;

8
src/pages/Home.vue

@ -457,6 +457,14 @@ const handleLogout = () => {
padding: 0 10px;
position: relative;
box-sizing: border-box;
.ip {
font-family: Source Han Sans CN;
font-size: 20px;
font-weight: bold;
line-height: normal;
letter-spacing: 0.06em;
color: #ffffff;
}
.time_wrap {
display: flex;
align-items: center;

Loading…
Cancel
Save