mirror of
https://gitee.com/xiongmao1988/rax-medical.git
synced 2025-08-24 13:04:57 +08:00
多余的1
This commit is contained in:
parent
a44fca7c6b
commit
180bcf1765
|
@ -96,6 +96,7 @@ const getObj = (e: any, k: any) => {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
.left-box {
|
.left-box {
|
||||||
width: calc(100% - 350px);
|
width: calc(100% - 350px);
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
@ -105,6 +106,7 @@ const getObj = (e: any, k: any) => {
|
||||||
width: 300px;
|
width: 300px;
|
||||||
height: calc(100% - 100px);
|
height: calc(100% - 100px);
|
||||||
border: 4px solid $main-color;
|
border: 4px solid $main-color;
|
||||||
|
|
||||||
&>.title {
|
&>.title {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 60px;
|
height: 60px;
|
||||||
|
@ -114,11 +116,13 @@ const getObj = (e: any, k: any) => {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background: $main-color;
|
background: $main-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: calc(100% - 70px);
|
height: calc(100% - 70px);
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
|
|
||||||
li {
|
li {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@ -130,4 +134,5 @@ const getObj = (e: any, k: any) => {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}</style>
|
}
|
||||||
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user