feat: add global night mode; 🌟

新增:全局夜晚模式;
This commit is contained in:
iczer
2020-07-06 21:52:36 +08:00
parent 98e02874ed
commit 4063a4f08a
39 changed files with 480 additions and 328 deletions

View File

@@ -27,7 +27,7 @@ export default {
}
</script>
<style scoped>
<style scoped lang="less">
.chart-card-header{
position: relative;
overflow: hidden;
@@ -52,7 +52,6 @@ export default {
text-overflow: ellipsis;
word-break: break-all;
white-space: nowrap;
color: #000;
margin-top: 4px;
margin-bottom: 0;
font-size: 30px;