界面优化

This commit is contained in:
wux_labs
2025-03-11 21:16:38 +08:00
parent 9c42eb590a
commit 76e77c84f0
2 changed files with 17 additions and 2 deletions
+15
View File
@@ -166,6 +166,21 @@ export const zh = {
"placeholder": "请输入网页地址,以 http:// 或 https:// 开头"
}
},
"file": {
"unknownName": "未知名称",
"unknownSize": "未知大小",
"preview": "预览",
"downlod": "下载",
"delete": "删除",
"deleteConfirm": "确定要删除此文件吗?",
"deleteSuccess": "删除成功",
"deleteFail": "删除失败",
"upload": "上传",
"uploadSuccess": "上传成功",
"uploadFail": "上传失败",
"uploading": "上传中...",
"uploadingTip": "正在上传,请稍候...",
},
"table": {
"addColumnAfter": "插入列(右)",
"addColumnBefore": "插入列(左)",
+2 -2
View File
@@ -1327,8 +1327,8 @@
.uai-resize {
display: none;
position: absolute;
top: -2px;
left: -2px;
top: -4px;
left: -4px;
border: 2px solid #609eec;
width: calc(100% + 4px);
height: calc(100% + 4px);