Merge pull request #1281 from dataease/pr@dev@fix_panel-edit

fix: 修复系统主题标题错位问题
This commit is contained in:
王嘉豪 2021-11-26 10:29:35 +08:00 committed by GitHub
commit 4716cde014
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
<template>
<el-row class="slider-container">
<div
style="height: 40px; line-height: 40px; padding-left: 15px; text-align: left; white-space: pre; text-overflow: ellipsis; left: 0px; right: 0px; top: 0px; font-weight: 700"
style="height: 40px; padding-left: 15px; text-align: left; white-space: pre; text-overflow: ellipsis; left: 0px; right: 0px; top: 0px; font-weight: 700"
>
{{ $t('panel.dashboard_theme') }}
</div>