diff --git a/business-css/frontend/src/components/antvx6/materialmodel.vue b/business-css/frontend/src/components/antvx6/materialmodel.vue
new file mode 100644
index 0000000..fccec7c
--- /dev/null
+++ b/business-css/frontend/src/components/antvx6/materialmodel.vue
@@ -0,0 +1,598 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 选择物料
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 取 消
+ 确 定
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/business-css/frontend/src/views/business/database/material/index.vue b/business-css/frontend/src/views/business/database/material/index.vue
index 5b392ff..df60b75 100644
--- a/business-css/frontend/src/views/business/database/material/index.vue
+++ b/business-css/frontend/src/views/business/database/material/index.vue
@@ -418,7 +418,7 @@ onMounted(() => {
@@ -430,9 +430,9 @@ onMounted(() => {
-
+
删除
@@ -579,7 +579,7 @@ onMounted(() => {
display: flex;
}
.custom_attrs_header1{
- width: 40%;
+ width: 45%;
height: 40px;
line-height: 40px;
text-align: center;
@@ -593,7 +593,7 @@ onMounted(() => {
border-bottom: 1px solid #f0f1f2;
}
.custom_attrs_header2{
- width: 30%;
+ width: 45%;
height: 40px;
line-height: 40px;
text-align: center;
@@ -635,7 +635,7 @@ onMounted(() => {
}
.custom_attrs_content1{
- width: 40%;
+ width: 45%;
height: 42px;
line-height: 40px;
text-align: center;
@@ -648,7 +648,7 @@ onMounted(() => {
border-bottom: 1px solid #f0f1f2;
}
.custom_attrs_content2{
- width: 30%;
+ width: 45%;
height: 42px;
line-height: 40px;
text-align: center;
@@ -719,4 +719,6 @@ onMounted(() => {
margin-top: 10px;
cursor: pointer;
}
+
+
\ No newline at end of file