浏览代码

样式调整

test
wzl 2 个月前
父节点
当前提交
6373d7ae14
共有 2 个文件被更改,包括 13 次插入0 次删除
  1. +6
    -0
      src/views/psychological-scale/index.vue
  2. +7
    -0
      src/views/psychological-scale/list.vue

+ 6
- 0
src/views/psychological-scale/index.vue 查看文件

@@ -421,6 +421,12 @@ export default {
</script>

<style lang="scss">
.van-toast--html, .van-toast--text{
padding: 2vw !important;
}
.van-toast--html .van-toast__text, .van-toast--text .van-toast__text{
font-size: 3.6vw !important;
}
.psychologicalScale-index {
width: 100vw;
min-height: 100vh;


+ 7
- 0
src/views/psychological-scale/list.vue 查看文件

@@ -34,6 +34,7 @@
<div class="button">查看结果</div>
</div>
</div>
<div class="over">-- 没有更多了 --</div>
</div>
<div class="blank" v-else>暂无测评记录</div>
</div>
@@ -341,6 +342,12 @@ export default {
}
}
}
.over{
margin-top: 3vw;
width: 100%;
color: gray;
text-align: center;
}
}

.blank {


正在加载...
取消
保存