Browse Source

首页样式调整,去掉焦虑

newMaster
liuzhipeng 3 months ago
parent
commit
5ed7f9848b
  1. 6
      acupuncture-前台/src/views/index.vue
  2. 8
      acupuncture-前台/src/views/indexCom/JM.vue
  3. 2
      acupuncture-前台/src/views/indexCom/XGZL.vue
  4. 2
      acupuncture-前台/src/views/indexCom/follow.vue
  5. 2
      acupuncture-前台/src/views/indexCom/patient.vue
  6. 7
      acupuncture-前台/src/views/indexCom/query.vue

6
acupuncture-前台/src/views/index.vue

@ -1,6 +1,5 @@
<template>
<div class="app-container home" v-resize="resize">
<div></div>
<div>
<el-card shadow="always">
<search
@ -11,6 +10,7 @@
</el-card>
<patient ref="patient"></patient>
</div>
<div style="height: 14px"></div>
<div>
<el-card shadow="always">
<search
@ -21,6 +21,7 @@
</el-card>
<JM ref="JM"></JM>
</div>
<div style="height: 14px"></div>
<div>
<el-card shadow="always">
<search
@ -31,6 +32,7 @@
</el-card>
<XGZL ref="XGZL"></XGZL>
</div>
<div style="height: 14px"></div>
<div>
<el-card shadow="always">
<search @picker-change="pickerChage" title="随访统计" type="4"></search>
@ -202,7 +204,7 @@ export default {
</style>
<style scoped>
>>> .el-card {
margin-bottom: 16px;
margin-bottom: 8px;
}
>>> .el-card__body {

8
acupuncture-前台/src/views/indexCom/JM.vue

@ -46,7 +46,7 @@
</div>
</el-card>
</div>
<div style="flex: 1; margin-right: 20px">
<div style="flex: 1">
<el-card shadow="always">
<div class="dis title-box">
<span class="header-title">失眠评估PHQ-9</span>
@ -57,7 +57,7 @@
</div>
</el-card>
</div>
<div style="flex: 1">
<!-- <div style="flex: 1">
<el-card shadow="always">
<div class="dis title-box">
<span class="header-title">焦虑HAMD-24</span>
@ -67,7 +67,7 @@
<div id="anxiety" style="width: 100%"></div>
</div>
</el-card>
</div>
</div> -->
</div>
</div>
<!-- <div class="app-container">
@ -413,7 +413,7 @@ export default {
display: inline-block;
height: 20px;
width: 6px;
background: #4f8bff;
background: #70483e;
margin-right: 10px;
border-radius: 8px;
}

2
acupuncture-前台/src/views/indexCom/XGZL.vue

@ -381,7 +381,7 @@ export default {
display: inline-block;
height: 20px;
width: 6px;
background: #4f8bff;
background: #70483e;
margin-right: 10px;
border-radius: 8px;
}

2
acupuncture-前台/src/views/indexCom/follow.vue

@ -254,7 +254,7 @@ export default {
display: inline-block;
height: 20px;
width: 6px;
background: #4f8bff;
background: #70483e;
margin-right: 10px;
border-radius: 8px;
}

2
acupuncture-前台/src/views/indexCom/patient.vue

@ -366,7 +366,7 @@ export default {
display: inline-block;
height: 20px;
width: 6px;
background: #4f8bff;
background: #70483e;
margin-right: 10px;
border-radius: 8px;
}

7
acupuncture-前台/src/views/indexCom/query.vue

@ -147,7 +147,10 @@ export default {
</script>
<style scoped src="@/assets/styles/common.css"></style>
<style scoped>
. >>> .el-radio--small.is-bordered {
>>> .el-card {
margin-bottom: 0 !important;
}
>>> .el-radio--small.is-bordered {
margin-right: 20px !important;
margin-left: 0 !important;
}
@ -172,7 +175,7 @@ export default {
display: inline-block;
height: 20px;
width: 6px;
background: #4f8bff;
background: #70483e;
margin-right: 10px;
border-radius: 8px;
}

Loading…
Cancel
Save