Commit bdcfd276 authored by zhengke's avatar zhengke

优化 云盘空间 样式

parent f71c587b
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
</FileInput> --> </FileInput> -->
<CloudDisk :show="showVisible" :active="activeName" @getImg="getImg"></CloudDisk> <CloudDisk :show="showVisible" :active="activeName" @getImg="getImg"></CloudDisk>
</el-tab-pane> </el-tab-pane>
<el-tab-pane v-if="userInfo.it && (userInfo.ia || userInfo.ic)" label="云盘空间" name="5"> <el-tab-pane v-if="userInfo.it && (userInfo.ia || userInfo.ic)" label="企业空间" name="5">
<diskSpace :show="showVisible" :active="activeName" @getImg="getImg"></diskSpace> <diskSpace :show="showVisible" :active="activeName" @getImg="getImg"></diskSpace>
</el-tab-pane> </el-tab-pane>
<el-tab-pane label="平台资料库" name="1"> <el-tab-pane label="平台资料库" name="1">
...@@ -366,7 +366,7 @@ getImgList() ...@@ -366,7 +366,7 @@ getImgList()
background: rgba(23,23,23,.5); background: rgba(23,23,23,.5);
} }
.UploadPicture-fromB{ .UploadPicture-fromB{
width: 687px; width: 695px;
margin: 150px auto 0; margin: 150px auto 0;
background: #fff; background: #fff;
padding: 20px; padding: 20px;
......
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