mirror of
https://gitee.com/xiongmao1988/rax-medical.git
synced 2025-08-24 04:54:58 +08:00
样式优化
This commit is contained in:
parent
abbc3ae72e
commit
4676fbf826
|
@ -146,9 +146,13 @@ const saveData = async () => {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
max-height: 300px;
|
max-height: 300px;
|
||||||
|
overflow-y: auto;
|
||||||
.iconfont-item {
|
.iconfont-item {
|
||||||
|
width: 50px;
|
||||||
|
height: 50px;
|
||||||
|
line-height: 50px;
|
||||||
|
text-align: center;
|
||||||
font-size: 30px;
|
font-size: 30px;
|
||||||
padding: 10px;
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background: rgba($main-color, .1);
|
background: rgba($main-color, .1);
|
||||||
}
|
}
|
||||||
|
|
|
@ -574,7 +574,7 @@ const tableItemCancel = (e: any) => {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
||||||
&>h3 {
|
&>h3 {
|
||||||
font-size: 20px;
|
font-size: 26px;
|
||||||
color: $main-color;
|
color: $main-color;
|
||||||
line-height: 30px;
|
line-height: 30px;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user