diff --git a/src/pages_mine/pages/system/config/addEdit.vue b/src/pages_mine/pages/system/config/addEdit.vue
index 9fac622..c202cb1 100644
--- a/src/pages_mine/pages/system/config/addEdit.vue
+++ b/src/pages_mine/pages/system/config/addEdit.vue
@@ -33,8 +33,8 @@
-
+
diff --git a/src/pages_mine/pages/system/dict/addEdit.vue b/src/pages_mine/pages/system/dict/addEdit.vue
index 7446a2a..aeffcf0 100644
--- a/src/pages_mine/pages/system/dict/addEdit.vue
+++ b/src/pages_mine/pages/system/dict/addEdit.vue
@@ -9,7 +9,7 @@
{{ title }}
-
-
-
+
@@ -168,6 +167,13 @@ function submit() {
.form-view {
padding: 24rpx;
+ .remark-count {
+ text-align: right;
+ font-size: 24rpx;
+ color: #909399;
+ margin-top: 8rpx;
+ }
+
.form-btn {
padding-top: 16rpx;
}
diff --git a/src/pages_mine/pages/system/dictData/addEdit.vue b/src/pages_mine/pages/system/dictData/addEdit.vue
index 6c93779..7f965b9 100644
--- a/src/pages_mine/pages/system/dictData/addEdit.vue
+++ b/src/pages_mine/pages/system/dictData/addEdit.vue
@@ -9,7 +9,7 @@
{{ title }}
-
-
-
-
+
diff --git a/src/pages_mine/pages/system/job/addEdit.vue b/src/pages_mine/pages/system/job/addEdit.vue
deleted file mode 100644
index 3b70aa9..0000000
--- a/src/pages_mine/pages/system/job/addEdit.vue
+++ /dev/null
@@ -1,328 +0,0 @@
-
-
-
-
-
- {{ title }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/pages_mine/pages/system/job/details.vue b/src/pages_mine/pages/system/job/details.vue
deleted file mode 100644
index 8f6af20..0000000
--- a/src/pages_mine/pages/system/job/details.vue
+++ /dev/null
@@ -1,282 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
- 基本信息
-
-
-
- 任务编号
- {{ jobData.jobId }}
-
-
- 任务名称
- {{ jobData.jobName }}
-
-
- 任务组名
- {{ jobData.jobGroup }}
-
-
- 调用目标
- {{ jobData.invokeTarget }}
-
-
- cron表达式
- {{ jobData.cronExpression }}
-
-
- 错失执行策略
- {{ dictStr(jobData.misfirePolicy, misfirePolicyList) }}
-
-
- 是否并发
- {{ dictStr(jobData.concurrent, concurrentList) }}
-
-
- 创建者
- {{ jobData.createBy }}
-
-
- 创建时间
- {{ jobData.createTime }}
-
-
- 更新时间
- {{ jobData.updateTime }}
-
-
-
-
-
-
-
- 备注
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/pages_mine/pages/system/job/list.vue b/src/pages_mine/pages/system/job/list.vue
deleted file mode 100644
index bb888c1..0000000
--- a/src/pages_mine/pages/system/job/list.vue
+++ /dev/null
@@ -1,656 +0,0 @@
-
-
-
-
-
-
-
-
- 筛选
-
-
-
- 新增
-
-
-
-
- 任务组名
-
-
- 任务状态
-
- {{ item.dictLabel }}
-
-
-
-
-
- 重置
-
-
-
- 确定
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 调用目标
- {{ item.invokeTarget }}
-
-
- cron表达式
- {{ item.cronExpression }}
-
-
- 创建时间
- {{ item.createTime }}
-
-
-
-
-
-
-
- 执行
-
-
-
- 启动
-
-
-
- 停止
-
-
-
- 修改
-
-
-
- 删除
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/pages_mine/pages/system/post/addEdit.vue b/src/pages_mine/pages/system/post/addEdit.vue
index 8b4ff29..5d115d7 100644
--- a/src/pages_mine/pages/system/post/addEdit.vue
+++ b/src/pages_mine/pages/system/post/addEdit.vue
@@ -31,8 +31,8 @@
-
+
diff --git a/src/pages_mine/pages/system/role/addEdit.vue b/src/pages_mine/pages/system/role/addEdit.vue
index 5ad69d6..db02596 100644
--- a/src/pages_mine/pages/system/role/addEdit.vue
+++ b/src/pages_mine/pages/system/role/addEdit.vue
@@ -32,8 +32,8 @@
-
+
diff --git a/src/pages_mine/pages/system/user/addEdit.vue b/src/pages_mine/pages/system/user/addEdit.vue
index 3eaa014..cf54487 100644
--- a/src/pages_mine/pages/system/user/addEdit.vue
+++ b/src/pages_mine/pages/system/user/addEdit.vue
@@ -82,8 +82,8 @@
-
+
@@ -511,18 +511,6 @@ function submit() {
.form-view {
padding: 24rpx;
- .remark-textarea {
- width: 100%;
- min-height: 160rpx;
- background: #ffffff;
- border: 2rpx solid #dcdfe6;
- border-radius: 8rpx;
- padding: 20rpx;
- box-sizing: border-box;
- font-size: 28rpx;
- line-height: 1.5;
- }
-
.remark-count {
text-align: right;
font-size: 24rpx;
@@ -692,41 +680,4 @@ function submit() {
letter-spacing: 2rpx !important;
}
-/* 统一输入框宽度 */
-.u-form-item__body {
- flex: 1 !important;
-}
-
-.u-form-item__body .u--input {
- width: 100% !important;
- box-sizing: border-box !important;
-}
-
-// 备注框样式
-.remark-textarea {
- width: 100% !important;
- min-height: 160rpx !important;
- background: #ffffff !important;
- border: 2rpx solid #dcdfe6 !important;
- border-radius: 8rpx !important;
- padding: 20rpx !important;
- box-sizing: border-box !important;
- font-size: 28rpx !important;
- line-height: 1.5 !important;
-}
-
-/* 强制让错误状态的输入框边框变红 */
-.u-form-item--error .u--input,
-.u-form-item--error .u-input,
-.u-form-item--error .u-input__content,
-.u-form-item--error .u-input__content__field-wrapper {
- border: 2rpx solid #f56c6c !important;
- background: #fef0f0 !important;
-}
-
-.u-form-item--error .u--textarea,
-.u-form-item--error .u-textarea {
- border: 2rpx solid #f56c6c !important;
- background: #fef0f0 !important;
-}