提交代码
This commit is contained in:
parent
196c990f9c
commit
e635946e1f
|
|
@ -59734,24 +59734,24 @@ div.antd_ant-typography-edit-content__12xcy.antd_ant-typography-rtl__hP3S0 {
|
|||
border-radius: .28571429rem;
|
||||
border: 1px solid rgba(34, 36, 38, .15);
|
||||
>div:nth-child(1){
|
||||
width: 100%;
|
||||
height: 90%;
|
||||
width: 100% !important;
|
||||
height: 90% !important;
|
||||
>div{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
width: 100% !important;
|
||||
height: 100% !important;
|
||||
>div:nth-child(1){
|
||||
width: 100%;
|
||||
height: 90%;
|
||||
width: 100% !important;
|
||||
height: 90% !important;
|
||||
>div:nth-child(2){
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
width: 100% !important;
|
||||
height: 100% !important;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
}
|
||||
>div:nth-child(2){
|
||||
width: 100%;
|
||||
height: 10%;
|
||||
width: 100% !important;
|
||||
height: 10% !important;
|
||||
justify-content: center !important;
|
||||
}
|
||||
}
|
||||
|
|
@ -60643,22 +60643,22 @@ div.antd_ant-typography-edit-content__12xcy.antd_ant-typography-rtl__hP3S0 {
|
|||
padding: 5px;
|
||||
|
||||
>div:nth-child(1){
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
width: 100% !important;
|
||||
height: 100% !important;
|
||||
background-color: #f5f7fa;
|
||||
border: 1px solid #dfe4ed;
|
||||
>div:nth-child(1){
|
||||
width: 100%;
|
||||
height:50px;
|
||||
width: 100% !important;
|
||||
height:50px !important;
|
||||
}
|
||||
>div:nth-child(2){
|
||||
width: 100%;
|
||||
height: calc(100% - 50px);
|
||||
width: 100% !important;
|
||||
height: calc(100% - 50px) !important;
|
||||
}
|
||||
}
|
||||
>div:nth-child(2){
|
||||
width: 100%;
|
||||
height: calc(100% - 50px);
|
||||
width: 100% !important;
|
||||
height: calc(100% - 50px) !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue