Commit a1aa3d6d authored by chenqikuai's avatar chenqikuai

fix

parent d10c9724
......@@ -846,9 +846,9 @@
}
},
"cqk-sy-ui": {
"version": "1.3.12",
"resolved": "https://registry.npmjs.org/cqk-sy-ui/-/cqk-sy-ui-1.3.12.tgz",
"integrity": "sha512-2RSlP/GopJVoZjH5Go3E2/vCfSR/iyQbAQW0nAcTUpPTua0LE4dz6LehddZOwJBFg9oT/wFbXklY/LvFVJTrDg==",
"version": "1.3.13",
"resolved": "https://registry.npmjs.org/cqk-sy-ui/-/cqk-sy-ui-1.3.13.tgz",
"integrity": "sha512-D/nwmqIDuygWJTDnJBBKJW6hc5Zx5XtY0T6M1j5OiDh50aaD7eBLKa37Smx+Br/tbhfgjO3fk8ZIL0lUtJfj2A==",
"requires": {
"axios": "^0.26.1",
"crypto-js": "^4.1.1",
......
......@@ -19,7 +19,7 @@
"@tinymce/tinymce-vue": "^4.0.7",
"axios": "^0.26.1",
"comlink": "^4.3.1",
"cqk-sy-ui": "^1.3.12",
"cqk-sy-ui": "^1.3.13",
"crypto-js": "^4.1.1",
"dom-to-image": "^2.6.0",
"element-plus": "^2.1.9",
......
This diff is collapsed.
This diff is collapsed.
......@@ -48,7 +48,7 @@ const computedList = computed(() => {
width: 250px;
background: #ffffff;
box-shadow: 0px 2px 10px 0px rgba(240, 240, 240, 0.29);
border-radius: 4px 20px 20px 4px;
border-radius: 4px 8px 8px 4px;
}
.processTitle {
......
......@@ -15,12 +15,12 @@ export const tableColumns = [
{
label: "作品类型",
slotName: "record_work_type",
// minWidth: "240",
width: "190",
},
{
label: "提交日期",
slotName: "create_time",
width: "200",
width: "250",
},
{
label: "当前状态",
......
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