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