Browse Source

样式修改

master
@AliceXiaoZhan 3 years ago
parent
commit
99aed2dcc6
  1. 4
      bundle/pages/user/organ.vue
  2. 2
      bundle/pages/user/organ_result.vue

4
bundle/pages/user/organ.vue

@ -302,10 +302,10 @@
<style lang="scss">
.store-settled {
background-color: #FA844C;
min-height: 100vh;
height: 100vh;
background-repeat: no-repeat;
background-size: 100% auto;
overflow: hidden;
overflow: auto;
.content {
margin-top: 60rpx;

2
bundle/pages/user/organ_result.vue

@ -152,6 +152,8 @@
}
.settled-result {
padding: 20rpx;
height: 100vh;
overflow: auto;
.result-box {
.result-header {

Loading…
Cancel
Save