Commit e3f3bc73 authored by youjie's avatar youjie

no message

parent e90abddf
...@@ -76,6 +76,9 @@ ...@@ -76,6 +76,9 @@
color: #fff; color: #fff;
margin-top: 20px; margin-top: 20px;
} }
/deep/.el-upload{
width: 100%;
}
</style> </style>
<template> <template>
...@@ -94,7 +97,7 @@ ...@@ -94,7 +97,7 @@
:show-file-list="false" :show-file-list="false"
:disabled="show" :disabled="show"
> >
<q-btn color="accent" size="sm" class="q-mr-md" icon="cloud_upload" label="选择文件"></q-btn> <q-btn color="accent" icon="cloud_upload" label="选择文件"></q-btn>
</el-upload> </el-upload>
</div> </div>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment