Commit 9ba66384 authored by daywrite's avatar daywrite

修复图表

parent 7ec821d5
...@@ -170,6 +170,10 @@ export default { ...@@ -170,6 +170,10 @@ export default {
</script> </script>
<style scoped lang="scss"> <style scoped lang="scss">
img.chart-avatar {
width: 34px;
height: 34px;
}
@include c('opearate-button') { @include c('opearate-button') {
> .el-button { > .el-button {
margin-right:0px; margin-right:0px;
......
...@@ -116,6 +116,10 @@ export default { ...@@ -116,6 +116,10 @@ export default {
</script> </script>
<style scoped lang="scss"> <style scoped lang="scss">
img.chart-avatar {
width: 34px;
height: 34px;
}
.header-flex { .header-flex {
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
......
...@@ -126,6 +126,10 @@ export default { ...@@ -126,6 +126,10 @@ export default {
</script> </script>
<style scoped lang="scss"> <style scoped lang="scss">
img.chart-avatar {
width: 34px;
height: 34px;
}
.header-flex { .header-flex {
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment