@@ -204,11 +204,11 @@ export default {
justify-content: space-between;
align-items: center;
.echarts{
- width: 25% !important;
+ width: 22% !important;
height: 100%;
}
.e_table{
- width: 75%;
+ width: 80%;
height: 95%;
display: flex;
flex-direction: column;
@@ -231,7 +231,7 @@ export default {
padding-left: 10px;
padding-right: 10px;
color: #fff;
- font-size: 18px;
+ font-size: 16px;
height: 30px;
line-height: 30px;
.nameStatus{
@@ -85,7 +85,7 @@ export function setEventStaOption(ele,trafficWay){
name: '',
type: 'pie',
clockWise: false,
- radius: [65, 65],
+ radius: [55, 55],
hoverAnimation: false,
center: ['51%', '50%'],
itemStyle: {
@@ -126,8 +126,8 @@ export function setEventStaOption(ele,trafficWay){
z: 3,
style: {
image: img,
- width: 115,
- height: 115,
+ width: 98,
+ height: 98,
},
left: '12%',
top: 'center',
@@ -778,7 +778,7 @@ export const evaluateRepeatTableHeader = [
{
prop:'MATTER_NAME',
label:'事项名称',
- width:350
+ width:300
prop:'CONTACTS',
@@ -788,12 +788,12 @@ export const evaluateRepeatTableHeader = [
prop:'HANDING_NUMBER',
label:'办件编号',
- width:200
+ width:160
prop:'HANDING_POING',
label:'办件点/线下大厅',
- width:300
+ width:280
prop:'DATA_SOURCES',
@@ -808,7 +808,7 @@ export const evaluateRepeatTableHeader = [
prop:'EVALUATION_CONTENT',
label:'评价内容',
- width:300,
+ width:260,
overflow:true