From fcfacc83b3905fcef555b5ab3d5fa817e67c6da7 Mon Sep 17 00:00:00 2001
From: Lou <luzhiping@qqyjz.com>
Date: Thu, 22 Feb 2024 17:05:41 +0800
Subject: [PATCH] update
---
src/views/article/rotation.vue | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/src/views/article/rotation.vue b/src/views/article/rotation.vue
index b38f2bc..5093bba 100644
--- a/src/views/article/rotation.vue
+++ b/src/views/article/rotation.vue
@@ -59,9 +59,11 @@
searchSpan: 4,
search: true,
searchLabelWidth: 46,
+ labelWidth:100,
},
{
width: 110,
+ labelWidth:100,
label: "类型",
prop: "type",
span: 12,
@@ -81,6 +83,7 @@
},
{
width: 156,
+ labelWidth:100,
overHidden: true,
label: "所属社区",
parent: false,
@@ -107,9 +110,11 @@
label: "跳转地址",
prop: "junpUrl",
span: 12,
+ labelWidth:100,
},
{
width: 110,
+ labelWidth:100,
label: "图片",
prop: "url",
type: "upload",
--
Gitblit v1.9.3