|
@@ -1,6 +1,6 @@
|
|
|
<template>
|
|
<template>
|
|
|
<div class="page-container">
|
|
<div class="page-container">
|
|
|
- <el-row type="flex" justify="space-between" :gutter="24">
|
|
|
|
|
|
|
+ <el-row type="flex" justify="space-between" :gutter="10">
|
|
|
<el-col :span="17">
|
|
<el-col :span="17">
|
|
|
<div class="evaluate">
|
|
<div class="evaluate">
|
|
|
<div class="title">
|
|
<div class="title">
|
|
@@ -92,7 +92,7 @@
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
- <el-row v-if="false" style="margin-top:24px">
|
|
|
|
|
|
|
+ <el-row v-if="false" style="margin-top:10px">
|
|
|
<el-col class="group-box-month">
|
|
<el-col class="group-box-month">
|
|
|
<div class="group-box-head-container"><div class="group-box-head">月满意度评价</div></div>
|
|
<div class="group-box-head-container"><div class="group-box-head">月满意度评价</div></div>
|
|
|
<div class="monthOverview-container">
|
|
<div class="monthOverview-container">
|
|
@@ -129,7 +129,7 @@
|
|
|
</div>
|
|
</div>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
</el-row>
|
|
</el-row>
|
|
|
- <el-row style="margin-top:24px" type="flex" justify="space-between" :gutter="12">
|
|
|
|
|
|
|
+ <el-row style="margin-top:10px" type="flex" justify="space-between" :gutter="10">
|
|
|
<el-col :span="12">
|
|
<el-col :span="12">
|
|
|
<div class="rank-list">
|
|
<div class="rank-list">
|
|
|
<div class="item-title">
|
|
<div class="item-title">
|
|
@@ -137,7 +137,7 @@
|
|
|
<div class="more" @click="handleMoreAssess">更多</div>
|
|
<div class="more" @click="handleMoreAssess">更多</div>
|
|
|
</div>
|
|
</div>
|
|
|
<el-row>
|
|
<el-row>
|
|
|
- <vuescroll :ops="ops" style="height: calc(100vh - 666px)">
|
|
|
|
|
|
|
+ <vuescroll :ops="ops" style="height: calc(100vh - 646px)">
|
|
|
<GroupScoreRank :data="groupDataList" />
|
|
<GroupScoreRank :data="groupDataList" />
|
|
|
</vuescroll>
|
|
</vuescroll>
|
|
|
</el-row>
|
|
</el-row>
|
|
@@ -150,7 +150,7 @@
|
|
|
<div class="more" @click="handleMoreAssess">更多</div>
|
|
<div class="more" @click="handleMoreAssess">更多</div>
|
|
|
</div>
|
|
</div>
|
|
|
<el-row>
|
|
<el-row>
|
|
|
- <vuescroll :ops="ops" style="height: calc(100vh - 666px)">
|
|
|
|
|
|
|
+ <vuescroll :ops="ops" style="height: calc(100vh - 646px)">
|
|
|
<DoctorScoreRank :data="doctorDataList" />
|
|
<DoctorScoreRank :data="doctorDataList" />
|
|
|
</vuescroll>
|
|
</vuescroll>
|
|
|
</el-row>
|
|
</el-row>
|
|
@@ -199,7 +199,7 @@
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
- <RecentRecord more="/hos/satisfy/news/index" height="calc(100vh - 260px)" :data="todayOverview.data" />
|
|
|
|
|
|
|
+ <RecentRecord more="/hos/satisfy/news/index" height="calc(100vh - 240px)" :data="todayOverview.data" />
|
|
|
</el-col>
|
|
</el-col>
|
|
|
</el-row>
|
|
</el-row>
|
|
|
</div>
|
|
</div>
|
|
@@ -452,18 +452,18 @@ export default {
|
|
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
<style lang="scss" scoped>
|
|
|
.page-container {
|
|
.page-container {
|
|
|
- padding: 24px 30px;
|
|
|
|
|
|
|
+ padding: 10px;
|
|
|
color: #FFF;
|
|
color: #FFF;
|
|
|
position: relative;
|
|
position: relative;
|
|
|
.evaluate{
|
|
.evaluate{
|
|
|
- height: 228px;
|
|
|
|
|
|
|
+ height: 242px;
|
|
|
padding: 20px;
|
|
padding: 20px;
|
|
|
background-color: #1F3C51;
|
|
background-color: #1F3C51;
|
|
|
border: 5px 0px 0px 0px;
|
|
border: 5px 0px 0px 0px;
|
|
|
border-top: 5px solid rgba(31, 60, 81, 1);
|
|
border-top: 5px solid rgba(31, 60, 81, 1);
|
|
|
background: linear-gradient(0deg, #1B3144, #1B3144),linear-gradient(0deg, #1F3C51, #1F3C51);
|
|
background: linear-gradient(0deg, #1B3144, #1B3144),linear-gradient(0deg, #1F3C51, #1F3C51);
|
|
|
&.month{
|
|
&.month{
|
|
|
- margin-top: 24px;
|
|
|
|
|
|
|
+ margin-top: 10px;
|
|
|
}
|
|
}
|
|
|
.title{
|
|
.title{
|
|
|
display: flex;
|
|
display: flex;
|
|
@@ -482,9 +482,9 @@ export default {
|
|
|
-webkit-text-fill-color:transparent;
|
|
-webkit-text-fill-color:transparent;
|
|
|
}
|
|
}
|
|
|
.select{
|
|
.select{
|
|
|
- position: absolute;
|
|
|
|
|
- right: 0;
|
|
|
|
|
- top: -10px;
|
|
|
|
|
|
|
+ // position: absolute;
|
|
|
|
|
+ // right: 0;
|
|
|
|
|
+ // top: -10px;
|
|
|
&::v-deep{
|
|
&::v-deep{
|
|
|
.el-select {
|
|
.el-select {
|
|
|
width: 75px;
|
|
width: 75px;
|
|
@@ -581,7 +581,7 @@ export default {
|
|
|
}
|
|
}
|
|
|
.chart-container{
|
|
.chart-container{
|
|
|
flex: 1;
|
|
flex: 1;
|
|
|
- height: 160px;
|
|
|
|
|
|
|
+ height: 178px;
|
|
|
padding-left: 20px;
|
|
padding-left: 20px;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|