|
|
@@ -112,6 +112,16 @@ export default defineComponent({
|
|
|
width: 580px !important;
|
|
|
}
|
|
|
}
|
|
|
+.bottomWidth {
|
|
|
+ .position(fixed, 101px, 0, auto, auto);
|
|
|
+ width: 765px;
|
|
|
+ height: 396px;
|
|
|
+ background: transparent;
|
|
|
+ z-index: 10;
|
|
|
+ .ant-drawer-content-wrapper {
|
|
|
+ width: 765px !important;
|
|
|
+ }
|
|
|
+}
|
|
|
.tradeDialog {
|
|
|
.position(fixed, 116px, 0, auto, auto);
|
|
|
width: 467px;
|