|
|
@@ -108,6 +108,16 @@ export default defineComponent({
|
|
|
width: 486px !important;
|
|
|
}
|
|
|
}
|
|
|
+.top500 {
|
|
|
+ .position(fixed, 101px, 0, auto, auto);
|
|
|
+ width: 500px;
|
|
|
+ height: 450px;
|
|
|
+ background: transparent;
|
|
|
+ z-index: 10;
|
|
|
+ .ant-drawer-content-wrapper {
|
|
|
+ width: 500px !important;
|
|
|
+ }
|
|
|
+}
|
|
|
.topHigh {
|
|
|
.position(fixed, 101px, 0, auto, auto);
|
|
|
width: 580px;
|