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.
@@ -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: 90%;
182
+ height: 700px;
183
+ overflow-y: scroll;
180
184
 
181
185
  .top-box {
182
186
  width: 100%;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "leisure-core",
3
- "version": "0.2.8",
3
+ "version": "0.2.9",
4
4
  "description": "leisure-core是leisure-ui-core的简称,是京心数据基于vue2.0开发的一套后台系统框架与js库,包含登录,首页框架等",
5
5
  "private": false,
6
6
  "author": "北方乐逍遥(zcx7878)",