style:黑色主题下的样式修改

This commit is contained in:
zhangyu
2022-09-28 15:17:24 +08:00
parent 8d790d6b1c
commit 42e5508b87
3 changed files with 10 additions and 2 deletions

View File

@@ -79,7 +79,7 @@
</div>
<div v-if="forceDeleteShow">
<el-checkbox v-model="forceDelete" text-color="black" name="type" :true-label="1" :false-label="0"></el-checkbox>
<span class="checkTitle">{{$t('batch.forceDelete')}}</span>
<span class="check-title">{{$t('batch.forceDelete')}}</span>
</div>
</span>
</el-dialog>