Browse Source

优化

shibei_master
ZhaoTongYao 3 years ago
parent
commit
158c22a5c3
  1. 20
      src/views/modules/visual/communityGovern/duoyuanfuwu/duoyuanDialog.vue
  2. 2
      src/views/modules/visual/communityGovern/duoyuanfuwu/pieOption.js

20
src/views/modules/visual/communityGovern/duoyuanfuwu/duoyuanDialog.vue

@ -193,7 +193,25 @@ export default {
<style lang="scss" src="@/assets/scss/modules/visual/people.scss" scoped></style>
<style lang="scss" scoped>
@import '@/assets/scss/modules/visual/c/common';
@mixin scrollBar {
&::-webkit-scrollbar {
/*滚动条整体样式*/
width: 8px; /*高宽分别对应横竖滚动条的尺寸*/
height: 1px;
}
&::-webkit-scrollbar-thumb {
/*滚动条里面小方块*/
border-radius: 8px;
box-shadow: inset 0 0 5px rgba(#00023f, 0.2);
background: linear-gradient(270deg, #0063fe, #0095ff);
}
&::-webkit-scrollbar-track {
/*滚动条里面轨道*/
box-shadow: inset 0 0 5px rgba(#00023f, 0.2);
border-radius: 8px;
background: darken(#0c81fe, 20);
}
}
.m-pop {
.wrap {
.list {

2
src/views/modules/visual/communityGovern/duoyuanfuwu/pieOption.js

@ -74,7 +74,7 @@ export function pieOption (_charts) {
avoidLabelOverlap: false,
// top: top + '%',
// height: '80%',
selectedMode: 'single',
// selectedMode: 'single',
left: 'center',
width: 480,
label: {

Loading…
Cancel
Save