|
@@ -240,7 +240,7 @@ export default defineComponent({
|
|
|
height: calc(100% - 172px);
|
|
height: calc(100% - 172px);
|
|
|
background: @m-black41;
|
|
background: @m-black41;
|
|
|
.formtop {
|
|
.formtop {
|
|
|
- width: calc(100% - 20px);
|
|
|
|
|
|
|
+ width: 100%;
|
|
|
padding: 0 20px;
|
|
padding: 0 20px;
|
|
|
.flex;
|
|
.flex;
|
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
@@ -368,7 +368,7 @@ export default defineComponent({
|
|
|
right: 0;
|
|
right: 0;
|
|
|
}
|
|
}
|
|
|
.formbottom {
|
|
.formbottom {
|
|
|
- width: calc(100% - 38px);
|
|
|
|
|
|
|
+ width: 100%;
|
|
|
.flex;
|
|
.flex;
|
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
|
background: @m-black40;
|
|
background: @m-black40;
|