Commit 9ba66384 authored by daywrite's avatar daywrite

修复图表

parent 7ec821d5
......@@ -170,6 +170,10 @@ export default {
</script>
<style scoped lang="scss">
img.chart-avatar {
width: 34px;
height: 34px;
}
@include c('opearate-button') {
> .el-button {
margin-right:0px;
......
......@@ -116,6 +116,10 @@ export default {
</script>
<style scoped lang="scss">
img.chart-avatar {
width: 34px;
height: 34px;
}
.header-flex {
display: flex;
flex-wrap: wrap;
......
......@@ -126,6 +126,10 @@ export default {
</script>
<style scoped lang="scss">
img.chart-avatar {
width: 34px;
height: 34px;
}
.header-flex {
display: flex;
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