leisure-core 0.2.8 → 0.2.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/le-media/src/main.vue +5 -1
- package/package.json +1 -1
package/le-media/src/main.vue
CHANGED
|
@@ -17,6 +17,9 @@
|
|
|
17
17
|
>查询</el-button
|
|
18
18
|
>
|
|
19
19
|
<el-button type="info" @click="resetSearch">重置</el-button>
|
|
20
|
+
<el-button type="primary" @click="openUploadDialog"
|
|
21
|
+
>上传素材</el-button
|
|
22
|
+
>
|
|
20
23
|
</el-form-item>
|
|
21
24
|
</el-form>
|
|
22
25
|
</div>
|
|
@@ -176,7 +179,8 @@ export default {
|
|
|
176
179
|
<style lang="less" scoped>
|
|
177
180
|
.media-container {
|
|
178
181
|
width: 100%;
|
|
179
|
-
height:
|
|
182
|
+
height: 700px;
|
|
183
|
+
overflow-y: scroll;
|
|
180
184
|
|
|
181
185
|
.top-box {
|
|
182
186
|
width: 100%;
|