提交 7fbf6a17 编写于 作者: RedPig97's avatar RedPig97

update: 样式更新

上级 cf28e078
.grid-view-layout {
// height: 100%;
height: 100%;
background-color: transparent;
box-shadow: none;
.view-header-content {
overflow: auto;
display: flex;
flex-direction: column;
.view-header__top {
height: 74px;
display: flex;
justify-content: flex-end;
align-items: center;
background-color: transparent;
font-size: 14px;
line-height: 22px;
>.ivu-tooltip ,>.ivu-dropdown {
.ivu-btn {
width: 110px;
height: 34px;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 10px 20px;
background: var(--app-color-white);
border: 1px solid var(--app-color-blue);
border-radius: 0;
margin-left: 10px;
z-index: 0;
}
}
.seperator {
display: none;
}
}
.view-header__content {
display: flex;
flex-direction: column;
padding: 16px 4px 20px 7px;
......@@ -10,7 +41,7 @@
background: var(--app-color-white);
box-sizing: border-box;
border: 1px solid var(--app-color-gray-250);
.quick-search-input {
.quick-search-input .ivu-input {
width: 100%;
height: 34px;
display: flex;
......@@ -20,16 +51,24 @@
padding: 4px 10px;
background: var(--app-color-white);
box-sizing: border-box;
border: 1px solid var(--app-color-gray-250);;
border: 1px solid var(--app-color-gray-250);
border-radius: 0;
z-index: 0;
&:focus {
box-shadow: none;
border-color: var(--app-color-gray-250);
}
}
}
.view-header-bottom {
.view-header__bottom {
height: 74px;
display: flex;
justify-content: flex-end;
height: 74px;
align-items: center;
background-color: transparent;
>.ivu-tooltip .ivu-btn {
font-size: 14px;
line-height: 22px;
.ivu-btn {
width: 110px;
height: 34px;
display: flex;
......@@ -40,10 +79,15 @@
background: var(--app-color-white);
border: 1px solid var(--app-color-blue);
border-radius: 0;
z-index: 0;
margin-left: 10px;
}
.ivu-btn-primary {
background: var(--app-color-blue);
color: var(--app-color-white);
}
}
.view-content {
>.view-content {
flex: auto;
height: 0;
}
}
\ No newline at end of file
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册