Commit 4552095c authored by salitedfish's avatar salitedfish

fix

parent a1680a1b
......@@ -9,7 +9,7 @@
"version": "0.0.0",
"dependencies": {
"axios": "^0.26.1",
"cqk-sy-ui": "^1.1.46",
"cqk-sy-ui": "^1.1.48",
"crypto-js": "^4.1.1",
"element-plus": "^2.1.9",
"js-md5": "^0.7.3",
......@@ -985,9 +985,9 @@
}
},
"node_modules/cqk-sy-ui": {
"version": "1.1.46",
"resolved": "https://registry.npmjs.org/cqk-sy-ui/-/cqk-sy-ui-1.1.46.tgz",
"integrity": "sha512-ARJaqbwoQEZMVyWwechYDOlidSYsT02ne4i8bwaPoOUH9nRQi6ACkTct8THHo/inlB/7JV3qjgMAJYkZPalaPQ==",
"version": "1.2.9",
"resolved": "https://registry.npmjs.org/cqk-sy-ui/-/cqk-sy-ui-1.2.9.tgz",
"integrity": "sha512-1H39riVTJoPz856rJWw98Hn0NNcygvN24BKvKi87Fy8Fm287/1jhyWMJhZnuwej2r1vn6gIjnH5Mmjd6kFL3Ew==",
"dependencies": {
"axios": "^0.26.1",
"crypto-js": "^4.1.1",
......@@ -4074,9 +4074,9 @@
}
},
"cqk-sy-ui": {
"version": "1.1.48",
"resolved": "https://registry.npmjs.org/cqk-sy-ui/-/cqk-sy-ui-1.1.48.tgz",
"integrity": "sha512-1x/KceNV+t1hppxBTX663FXtDHUb3M7k8QdDm8QpkZVpu90jRO8Iok0juXxgW87U/xly7rcDgKEJ3lbVdwM+ig==",
"version": "1.2.9",
"resolved": "https://registry.npmjs.org/cqk-sy-ui/-/cqk-sy-ui-1.2.9.tgz",
"integrity": "sha512-1H39riVTJoPz856rJWw98Hn0NNcygvN24BKvKi87Fy8Fm287/1jhyWMJhZnuwej2r1vn6gIjnH5Mmjd6kFL3Ew==",
"requires": {
"axios": "^0.26.1",
"crypto-js": "^4.1.1",
......
......@@ -11,7 +11,7 @@
>
<syBusinessMenu v-bind="menuState" :numList="numList"></syBusinessMenu>
</div>
<div class="h-full rightBox flex-grow relative">
<div class="h-full rightBox flex-grow relative overflow-scroll">
<div class="px-4" v-show="menuState.current === 0">
<syTraceProofRecord
:showTip="showTip"
......
......@@ -8,7 +8,7 @@
/>
已选择 <span class="pass-name">{{ content.name }}</span>
</div>
<el-form :rules="rules" :model="formData">
<el-form class="elForm" :rules="rules" :model="formData">
<el-form-item label="资产名称" prop="name">
<syDialogInput
v-model:value="formData.name"
......@@ -447,6 +447,9 @@ export default defineComponent({
margin-left: 20px;
}
}
.elForm {
width: 100%;
}
}
.upload {
padding: 17px 37px 0px 38px;
......
......@@ -20,7 +20,7 @@ export default defineConfig({
server: {
proxy: {
"^/api": {
target: "http://121.37.141.165:46790/",
target: "http://121.37.141.165:46790",
// target: "https://sy.8n.cn/api",
changeOrigin: true,
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment