调整相应样式

This commit is contained in:
buvta
2020-12-07 19:42:30 +08:00
parent fe7fe06d48
commit 16d38ba2b4
5 changed files with 22 additions and 5 deletions

View File

@@ -123,7 +123,7 @@
border-radius: 5px;
display: flex;
flex-direction: column;
.listpage-header{
.listpage-header, .toolbar{
height: 60px;
width: 100%;
display: flex;
@@ -176,6 +176,23 @@
border: none;
}
}
> span{
.el-input-number{
width:120px;
.el-input{
width: 100px;
}
.el-input__inner{
padding-left: 5px;
padding-right: 5px;
width: 88px;
}
.el-input-number__increase, .el-input-number__decrease {
background-color: inherit;
border: none;
}
}
}
}
.listpage-body{
height: calc(100% - 60px);

View File

@@ -319,7 +319,7 @@
// Page of list using table and picture
.listpage{
color: var(--d-fc-2);
.listpage-header{
.listpage-header, .toolbar{
border-bottom-color: var(--d-c-3);
.btn{
&:hover{

View File

@@ -319,7 +319,7 @@
// Page of list using table and picture
.listpage{
color: var(--g-fc-2);
.listpage-header{
.listpage-header, .toolbar{
border-bottom-color: var(--g-c-3);
.btn{
&:hover{

View File

@@ -319,7 +319,7 @@
// Page of list using table and picture
.listpage{
color: var(--l-fc-2);
.listpage-header{
.listpage-header, .toolbar{
border-bottom-color: var(--l-c-3);
.btn{
&:hover{

View File

@@ -319,7 +319,7 @@
// Page of list using table and picture
.listpage{
color: var(--p-fc-2);
.listpage-header{
.listpage-header, .toolbar{
border-bottom-color: var(--p-c-3);
.btn{
&:hover{