|
|
@@ -100,7 +100,7 @@
|
|
|
<div class="fixedBtns">
|
|
|
<a-row :gutter="24">
|
|
|
<a-col :span="24" class="mt12">
|
|
|
- <a-form-item label="协议价" name class="inputIconBox">
|
|
|
+ <a-form-item label="协议价" name class="inputIconBox mb10">
|
|
|
<a-input-number
|
|
|
class="commonInput"
|
|
|
style="width: 200px"
|
|
|
@@ -112,7 +112,7 @@
|
|
|
</a-form-item>
|
|
|
</a-col>
|
|
|
<a-col :span="24">
|
|
|
- <a-form-item label="平仓金额">
|
|
|
+ <a-form-item label="平仓金额" class="mb10">
|
|
|
<span class="white">50400.20</span>
|
|
|
</a-form-item>
|
|
|
</a-col>
|
|
|
@@ -227,7 +227,7 @@ export default defineComponent({
|
|
|
position: relative;
|
|
|
.formBar {
|
|
|
padding: 0;
|
|
|
- height: calc(100% - 200px);
|
|
|
+ height: calc(100% - 170px);
|
|
|
background: @m-black41;
|
|
|
.formtop {
|
|
|
width: 100%;
|
|
|
@@ -394,6 +394,13 @@ export default defineComponent({
|
|
|
color: @m-white6;
|
|
|
}
|
|
|
}
|
|
|
+ .inputIconBox {
|
|
|
+ .ant-form-item-children {
|
|
|
+ .anticon-plus {
|
|
|
+ right: 156px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
</style>;
|
|
|
|