style: 文件导入信息输出框

This commit is contained in:
TsMask
2023-11-28 14:48:02 +08:00
parent 44c9f0879b
commit 252ed66ff8
3 changed files with 3 additions and 0 deletions

View File

@@ -1275,6 +1275,7 @@ onMounted(() => {
:hidden="!uploadImportState.msg"
:value="uploadImportState.msg"
:auto-size="{ minRows: 2, maxRows: 8 }"
style="background-color: transparent; color: rgba(0, 0, 0, 0.85)"
/>
</template>
</UploadModal>

View File

@@ -2067,6 +2067,7 @@ onMounted(() => {
:hidden="!uploadImportState.msg"
:value="uploadImportState.msg"
:auto-size="{ minRows: 2, maxRows: 8 }"
style="background-color: transparent; color: rgba(0, 0, 0, 0.85)"
/>
</template>
</UploadModal>

View File

@@ -1501,6 +1501,7 @@ onMounted(() => {
:hidden="!uploadImportState.msg"
:value="uploadImportState.msg"
:auto-size="{ minRows: 2, maxRows: 8 }"
style="background-color: transparent; color: rgba(0, 0, 0, 0.85)"
/>
</template>
</UploadModal>