提交 2b0193de 编写于 作者: Mosher's avatar Mosher

update:更新导入组件

上级 15327e67
...@@ -2,10 +2,11 @@ ...@@ -2,10 +2,11 @@
.app-data-upload-view{ .app-data-upload-view{
font-family: "Microsoft YaHei"; font-family: "Microsoft YaHei";
.main-content{ .main-content{
height: 174px; height: calc(100% - 68px);
background: #FAFAFB; background: #FAFAFB;
border-radius: 4px; border-radius: 4px;
border: 1px dashed #D7D7D7; border: 1px dashed #D7D7D7;
margin-top: 10px;
// 上传文件区域 // 上传文件区域
.upload-container{ .upload-container{
cursor: pointer; cursor: pointer;
...@@ -96,6 +97,7 @@ ...@@ -96,6 +97,7 @@
.button-container{ .button-container{
text-align: right; text-align: right;
margin: 15px; margin: 15px;
height: 28px;
.el-button{ .el-button{
margin: 0 0 0 8px; margin: 0 0 0 8px;
padding: 3px 15px; padding: 3px 15px;
...@@ -117,10 +119,10 @@ ...@@ -117,10 +119,10 @@
} }
} }
} }
} }
//模态样式 //模态样式
.view-default.app-data-upload-modal{ .view-default.app-data-upload-modal{
.app-data-upload-view{ .app-data-upload-view{
width: 100%; width: 100%;
height: 100%; height: 100%;
...@@ -145,4 +147,4 @@ ...@@ -145,4 +147,4 @@
color: #999999; color: #999999;
font-weight: 600; font-weight: 600;
} }
} }
\ No newline at end of file \ No newline at end of file
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册