|
@@ -83,7 +83,7 @@
|
|
|
</a-row>
|
|
|
</a-form>
|
|
|
</a-card>
|
|
|
- <a-card class="layout-card" :style="{ height: tableHeight }">
|
|
|
+ <a-card class="layout-card cardOverFlow" :style="{ height: tableHeight }">
|
|
|
<a-form-item class='tr' >
|
|
|
<!-- 上传材料清单 -->
|
|
|
<a-button @click='uploadMaterialList' :disabled="isLook" type="primary" class="mr10">
|
|
@@ -937,6 +937,11 @@ export default {
|
|
|
padding: 12px;
|
|
|
}
|
|
|
|
|
|
+.cardOverFlow {
|
|
|
+ overflow-x: hidden;
|
|
|
+ overflow-y: auto;
|
|
|
+}
|
|
|
+
|
|
|
.table-mr {
|
|
|
margin-top: 12px;
|
|
|
}
|