更新格式

This commit is contained in:
haiyangcui
2020-08-15 16:42:45 +02:00
parent 777fbde528
commit dd2adf4f99
3 changed files with 17 additions and 0 deletions

View File

@@ -86,6 +86,9 @@
border-radius: 3px;
vertical-align: middle;
align-items: center;
.search-all-check-input{
cursor: pointer;
}
}
// table
.zy-table{

View File

@@ -35,6 +35,11 @@
.zy-checkbox{
color: var(--g-fc-1);
background-color: var(--g-bgc-1);
box-shadow: var(--g-bsc);
transition: all 0.3s cubic-bezier(.25,.8,.25,1);
&:hover{
box-shadow: var(--g-bsc-hover);
}
}
.zy-table{
color: var(--g-fc-2);

View File

@@ -32,6 +32,15 @@
}
}
}
.zy-checkbox{
color: var(--l-fc-1);
background-color: var(--l-bgc-1);
box-shadow: var(--l-bsc);
transition: all 0.3s cubic-bezier(.25,.8,.25,1);
&:hover{
box-shadow: var(--l-bsc-hover);
}
}
.zy-table{
color: var(--l-fc-2);
.tHeader{