切换导航条
切换导航条
当前项目
正在载入...
登录
术习电报
/
electron-vue-template
转到一个项目
切换导航栏
切换导航栏固定状态
项目
群组
代码片段
帮助
项目
活动
版本库
流水线
图表
问题
0
合并请求
0
维基
网络
创建新的问题
构建
提交
问题看板
文件
提交
网络
比较
分支
标签
作者
Sky
2019-09-01 11:36:10 +0800
浏览文件
选项
浏览文件
标签
下载
电子邮件补丁
差异文件
提交
e5ec099b163055f4af0fa18c16f16dd2ab8c5291
e5ec099b
1 个父辈
e0db6fa8
由于重写了头部,也更改了部分elemntui中样式的对用修改
显示空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
20 行增加
和
11 行删除
src/renderer/components/LandingPage.vue
src/renderer/styles/element-ui.scss
src/renderer/components/LandingPage.vue
查看文件 @
e5ec099
...
...
@@ -106,7 +106,6 @@ body {
#wrapper {
background-color: #d1d1d1ab;
height: 93vh;
padding: 60px 80px;
}
...
...
src/renderer/styles/element-ui.scss
查看文件 @
e5ec099
//to reset element-ui default css
.el-upload
{
.el-upload
{
input
[
type
=
"file"
]
{
display
:
none
!
important
;
}
}
}
.el-upload__input
{
.el-upload__input
{
display
:
none
;
}
}
//暂时性解决diolag 问题 https://github.com/ElemeFE/element/issues/2461
.el-dialog
{
//暂时性解决diolag 问题 https://github.com/ElemeFE/element/issues/2461
.el-dialog
{
transform
:
none
;
left
:
0
;
position
:
relative
;
margin
:
0
auto
;
}
}
//element ui upload
.upload-container
{
//element ui upload
.upload-container
{
.el-upload
{
width
:
100%
;
.el-upload-dragger
{
width
:
100%
;
height
:
200px
;
}
}
}
}
// 降低消息高度
.el-message
{
top
:
50px
!
important
;
}
.el-notification
{
top
:
38px
!
important
;
}
\ No newline at end of file
...
...
请
注册
或
登录
后发表评论