web/storagenode: disk space chart's tooltip size fixed (#3684)

This commit is contained in:
Vitalii Shpital 2019-12-09 15:59:20 +02:00 committed by GitHub
parent c6776ae6bb
commit fe5cfeb61b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -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;

View File

@ -12,6 +12,7 @@ module.exports = {
plugins: [
new StyleLintPlugin({
files: ['**/*.{vue,sss,less,scss,sass}'],
emitWarning: true,
})
],
},