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"> <style lang="scss">
.store-settled { .store-settled {
background-color: #FA844C; background-color: #FA844C;
min-height: 100vh; height: 100vh;
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: 100% auto; background-size: 100% auto;
overflow: hidden; overflow: auto;
.content { .content {
margin-top: 60rpx; margin-top: 60rpx;

2
bundle/pages/user/organ_result.vue

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

Loading…
Cancel
Save