diff --git a/web/storagenode/src/app/components/DiskSpaceChart.vue b/web/storagenode/src/app/components/DiskSpaceChart.vue index ec51b487f..2e5e1138b 100644 --- a/web/storagenode/src/app/components/DiskSpaceChart.vue +++ b/web/storagenode/src/app/components/DiskSpaceChart.vue @@ -151,8 +151,8 @@ export default class DiskSpaceChart extends Vue { background-image: url('../../../static/images/tooltipBack.png'); background-repeat: no-repeat; background-size: cover; - min-width: 150px; - min-height: 90px; + width: 180px; + height: 90px; font-size: 12px; border-radius: 14px; box-shadow: 0 2px 10px #d2d6de; diff --git a/web/storagenode/vue.config.js b/web/storagenode/vue.config.js index 8a383c3da..e3172aa78 100644 --- a/web/storagenode/vue.config.js +++ b/web/storagenode/vue.config.js @@ -12,6 +12,7 @@ module.exports = { plugins: [ new StyleLintPlugin({ files: ['**/*.{vue,sss,less,scss,sass}'], + emitWarning: true, }) ], },