+
{{ $t('chart.italic') }}
+ >{{ $t('chart.italic') }}
+
{{ $t('chart.bolder') }}
+ >{{ $t('chart.bolder') }}
+
{{ $t('chart.font_shadow') }}
+ >{{ $t('chart.font_shadow') }}
+
{{ $t('chart.show') }}
+ >{{ $t('chart.show') }}
+
{{ $t('chart.cancel') }}
+ >{{ $t('chart.cancel') }}
+
{{ $t('chart.confirm') }}
+ >{{ $t('chart.confirm') }}
+
@@ -350,7 +357,7 @@ export default {
+.no-senior {
+ width: 100%;
+ text-align: center;
+ font-size: 12px;
+ padding-top: 40px;
+ overflow: auto;
+ border-right: 1px solid #e6e6e6;
+ height: 100%;
+}
+
+.form-item-slider ::v-deep .el-form-item__label {
+ font-size: 12px;
+ line-height: 38px;
+}
+
+.form-item ::v-deep .el-form-item__label {
+ font-size: 12px;
+}
+
+.no-properties {
+ width: 100%;
+ text-align: center;
+ font-size: 12px;
+ padding-top: 40px;
+ overflow: auto;
+ height: 100%;
+}
+