perf(add-raw-material-drawer): 添加文件夹上传检查并调整样式
This commit is contained in:
@ -289,7 +289,7 @@ export default defineComponent({
|
||||
return (
|
||||
<div>
|
||||
<p class="upload-text">上传失败</p>
|
||||
<span class="upload-text color-#F64B31">{record.statusText}</span>
|
||||
<p class="upload-text !color-#F64B31">{record.statusText}</p>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user