Commit 3f107e09 by 张超军

imageEd文件中文替换,LTSrc列表宽度按修改

parent a43098a9
/*
* @Author: your name
* @Date: 2022-03-25 16:36:01
* @LastEditTime: 2022-04-06 15:52:49
* @LastEditTime: 2022-04-06 17:15:39
* @LastEditors: Please set LastEditors
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
* @FilePath: \uuuz\founder_vue\src\i18n\zh-cn.js
......@@ -889,6 +889,15 @@ export default {
failed_download_picture: '下载图片失败!',
remove_brightness: '移除亮度',
remove_contrast: '移除对比度',
empty: '已清空!'
empty: '已清空!',
remove_marked_points: '移除标记点',
remove_line: '移除直线',
remove_curve: '移除曲线',
please_enlarge_image_before_dragging: '拖动前请放大图像',
hide_line: '隐藏直线',
hide_curve: '隐藏曲线',
show_line: '显示直线',
show_curve: '显示曲线',
show_marked_points: '显示标记点'
}
}
......@@ -1391,4 +1391,7 @@ del {
/deep/.el-table .el-table__body tr:hover > td {
background-color: #F2F7FE !important;
}
/deep/ .el-table__body {
width: 100% !important;
}
</style>
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