+
-
+
上传者
-
-
+
+
@@ -48,10 +44,10 @@
-
+
排序:默认
-
-
+
+
@@ -60,37 +56,30 @@
默认
-
-
+
按创建时间升序
-
- 按创建时间降序
-
-
- 按文件大小升序
-
-
- 按文件大小降序
-
+ 按创建时间降序
+ 按文件大小升序
+ 按文件大小降序
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -99,7 +88,12 @@
-
+
@@ -110,30 +104,34 @@
-
-
- 绝弹
-
- 2023-08-17 17:00:01
-
-
-
+
+
+
+ 绝弹
-
-
+ 2023-08-17 17:00:01
+
+
-
+
- 详情
-
-
-
-
-
- 删除
-
-
-
+
+
+
+
+
+
+ 详情
+
+
+
+
+
+ 删除
+
+
+
+
@@ -169,15 +167,14 @@ const onRowActionsSelect = () => {
padding: 0;
}
}
-// .arco-dropdown-list {
-// padding: 0 4px;
-// .arco-dropdown-option {
-// border-radius: 4px;
-// }
-// }
.arco-list-medium .arco-list-content-wrapper .arco-list-content > .arco-list-item {
padding: 4px 20px;
}
+button.arco-btn-text,
+.arco-btn-text[type="button"],
+.arco-btn-text[type="submit"] {
+ color: inherit;
+}
diff --git a/src/pages/home/index.dev.vue b/src/pages/home/index.dev.vue
index 5c0eb9c..ea6c034 100644
--- a/src/pages/home/index.dev.vue
+++ b/src/pages/home/index.dev.vue
@@ -156,7 +156,7 @@ const form = useForm({
{
"meta": {
- "sort": 20101,
+ "sort": 10001,
"title": "首页111",
"icon": "icon-park-outline-home"
}
diff --git a/src/pages/home/index.vue b/src/pages/home/index.vue
index 4b2c299..c8b0886 100644
--- a/src/pages/home/index.vue
+++ b/src/pages/home/index.vue
@@ -151,14 +151,9 @@ const table = useTable({
{
"meta": {
- "sort": 10301,
+ "sort": 10001,
"title": "首页",
"icon": "icon-park-outline-home"
- },
- "parentMeta": {
- "title": "总览",
- "sort": 10000,
- "icon": "icon-park-outline-home"
}
}
diff --git a/src/pages/post/edit.vue b/src/pages/post/edit.vue
index 22211a0..f76b145 100644
--- a/src/pages/post/edit.vue
+++ b/src/pages/post/edit.vue
@@ -2,10 +2,10 @@
-
+
新增文章
-
新增的文章需审核才能展现
+
新增的文章需审核才能展现
保存为草稿
@@ -40,12 +40,7 @@
-
- 从素材库中选择...
-
-
- 推荐使用 600x400 的图片
-
+
diff --git a/src/pages/post/index.vue b/src/pages/post/index.vue
index 97bc913..b8f5e99 100644
--- a/src/pages/post/index.vue
+++ b/src/pages/post/index.vue
@@ -21,25 +21,25 @@
-
+
-
+
{{ item.label }}
-
@@ -52,7 +52,7 @@
-
+
请按照 上传模板 中的格式进行填写,上传文件后系统将自动导入数据
@@ -185,26 +185,26 @@ const exportTypes = [
name: "excel",
icon: "icon-park-outline-file-excel",
label: "Excel格式",
- description: "后缀: .xlsx, 可使用 office excel 2003 及以上版本打开",
+ description: "导出为 .xlsx 文件",
},
{
name: "csv",
icon: "icon-park-outline-file-code",
label: "CSV格式",
- description: "后缀: .csv, 可使用 excel 或 记事本等工具打开",
+ description: "导出为 .csv 文件",
},
{
name: "text",
icon: "icon-park-outline-file-text",
label: "TEXT格式",
- description: "后缀: .txt, 可使用 记事本 或 其他文本编辑器打开",
+ description: "导出为 .txt 文件",
},
];
const model = reactive({
visible: false,
exportType: "excel",
- filename: dayjs().format("导出文件YYYYMMDDHHmmss"),
+ filename: dayjs().format("文件YYYYMMDDHHmmss"),
});
diff --git a/src/pages/system/index.vue b/src/pages/system/index.vue
index 3c35cb4..9a129f8 100644
--- a/src/pages/system/index.vue
+++ b/src/pages/system/index.vue
@@ -7,7 +7,7 @@