|
@@ -21,7 +21,7 @@
|
|
|
:data-source="tableList"
|
|
:data-source="tableList"
|
|
|
></a-table>
|
|
></a-table>
|
|
|
</div>
|
|
</div>
|
|
|
- <a-row :gutter="24" type="flex" justify="center">
|
|
|
|
|
|
|
+ <!-- <a-row :gutter="24" type="flex" justify="center">
|
|
|
<a-col :span="24" class="fixedBtns">
|
|
<a-col :span="24" class="fixedBtns">
|
|
|
<a-form-item class="btnCenter">
|
|
<a-form-item class="btnCenter">
|
|
|
<a-button class="cancelBtn" v-if="isMy()" @click="cancelAction">撤销</a-button>
|
|
<a-button class="cancelBtn" v-if="isMy()" @click="cancelAction">撤销</a-button>
|
|
@@ -31,7 +31,7 @@
|
|
|
</template>
|
|
</template>
|
|
|
</a-form-item>
|
|
</a-form-item>
|
|
|
</a-col>
|
|
</a-col>
|
|
|
- </a-row>
|
|
|
|
|
|
|
+ </a-row>-->
|
|
|
</a-form>
|
|
</a-form>
|
|
|
</div>
|
|
</div>
|
|
|
</Drawer>
|
|
</Drawer>
|
|
@@ -133,7 +133,8 @@ export default defineComponent({
|
|
|
.ant-form {
|
|
.ant-form {
|
|
|
height: 100%;
|
|
height: 100%;
|
|
|
.formBar {
|
|
.formBar {
|
|
|
- height: calc(100% - 70px);
|
|
|
|
|
|
|
+ height: 100%;
|
|
|
|
|
+ max-height: 100%;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
.condition {
|
|
.condition {
|