Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
D
dataease
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
njgzx
dataease
Commits
a9201c79
提交
a9201c79
authored
5月 17, 2021
作者:
junjie
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
feat(frontend):i18n fix;run build 样式冲突 fix后测试
上级
e8e8a9c3
隐藏空白字符变更
内嵌
并排
正在显示
10 个修改的文件
包含
15 行增加
和
15 行删除
+15
-15
PreviewFullScreen.vue
...components/canvas/components/Editor/PreviewFullScreen.vue
+1
-1
Toolbar.vue
frontend/src/components/canvas/components/Toolbar.vue
+3
-3
UserView.vue
frontend/src/components/canvas/custom-component/UserView.vue
+1
-1
en.js
frontend/src/lang/en.js
+2
-2
zh.js
frontend/src/lang/zh.js
+1
-1
Topbar.vue
frontend/src/layout/components/Topbar.vue
+1
-1
index.scss
frontend/src/styles/index.scss
+2
-2
variables.scss
frontend/src/styles/variables.scss
+1
-1
index.vue
frontend/src/views/login/index.vue
+2
-2
index.vue
frontend/src/views/panel/edit/index.vue
+1
-1
没有找到文件。
frontend/src/components/canvas/components/Editor/PreviewFullScreen.vue
浏览文件 @
a9201c79
<
template
>
<div
style=
"width: 100%;height: 100
%
;"
>
<div
style=
"width: 100%;height: 100
vh
;"
>
<span
style=
"line-height: 35px; position: absolute; top:10px;right: 20px;z-index:100000"
>
<el-button
size=
"mini"
@
click=
"toDir"
>
关闭
...
...
frontend/src/components/canvas/components/Toolbar.vue
浏览文件 @
a9201c79
...
...
@@ -3,13 +3,13 @@
<div
class=
"toolbar"
>
<div
class=
"canvas-config"
>
<span>
{{
$t
(
panel
.
canvas_size
)
}}
</span>
<span>
{{
$t
(
'panel.canvas_size'
)
}}
</span>
<input
v-model=
"canvasStyleData.width"
>
<span>
*
</span>
<input
v-model=
"canvasStyleData.height"
>
</div>
<div
class=
"canvas-config"
style=
"margin-right: 10px"
>
<span>
{{
$t
(
panel
.
canvas_scale
)
}}
</span>
<span>
{{
$t
(
'panel.canvas_scale'
)
}}
</span>
<input
v-model=
"scale"
@
input=
"handleScaleChange"
>
%
</div>
...
...
@@ -38,7 +38,7 @@
<span
style=
"float: right;margin-left: 10px"
>
<el-button
size=
"mini"
@
click=
"closePanelEdit"
>
{{
$t
(
commons
.
close
)
}}
{{
$t
(
'commons.close'
)
}}
</el-button>
</span>
</div>
...
...
frontend/src/components/canvas/custom-component/UserView.vue
浏览文件 @
a9201c79
...
...
@@ -2,7 +2,7 @@
<div
v-loading=
"requestStatus==='waiting'"
class=
"rect-shape"
>
<div
v-if=
"requestStatus==='error'"
style=
";width: 100%;height: 100%;background-color: #ece7e7; text-align: center"
>
<div
style=
"font-size: 12px; color: #9ea6b2;"
>
{{
$t
(
panel
.
error_data
)
}}
<br>
{{
$t
(
'panel.error_data'
)
}}
<br>
{{
message
}}
</div>
</div>
...
...
frontend/src/lang/en.js
浏览文件 @
a9201c79
...
...
@@ -73,8 +73,8 @@ export default {
size
:
'Global Size'
},
login
:
{
title
:
'Login
Form
'
,
welcome
:
'
w
elcome To '
,
title
:
'Login'
,
welcome
:
'
W
elcome To '
,
logIn
:
'Login'
,
username
:
'Username'
,
password
:
'Password'
,
...
...
frontend/src/lang/zh.js
浏览文件 @
a9201c79
...
...
@@ -852,7 +852,7 @@ export default {
field
:
'字段'
,
unshared_people
:
'未分享人员'
,
shared_people
:
'已分享人员'
,
error_data
:
'获取数据出错
请联系管理员 Error getting data, please contact administrator
'
,
error_data
:
'获取数据出错
,请联系管理员
'
,
canvas_size
:
'画布大小'
,
canvas_scale
:
'画布比例'
,
style
:
'样式'
,
...
...
frontend/src/layout/components/Topbar.vue
浏览文件 @
a9201c79
...
...
@@ -39,7 +39,7 @@
</
template
>
<el-dropdown
class=
"top-dropdown"
style=
"display: flex;align-items: center;"
>
<span
class=
"el-dropdown-link"
style=
"font-size: 1
3
px;"
>
<span
class=
"el-dropdown-link"
style=
"font-size: 1
4
px;"
>
{{ name }}
<i
class=
"el-icon-arrow-down el-icon--right"
/>
</span>
<el-dropdown-menu
slot=
"dropdown"
>
...
...
frontend/src/styles/index.scss
浏览文件 @
a9201c79
...
...
@@ -13,7 +13,7 @@
body
{
height
:
$contentHeight
;
//
height: $contentHeight;
-moz-osx-font-smoothing
:
grayscale
;
-webkit-font-smoothing
:
antialiased
;
text-rendering
:
optimizeLegibility
;
...
...
@@ -30,7 +30,7 @@ html {
}
#app
{
height
:
$contentHeight
;
//
height: $contentHeight;
}
*,
...
...
frontend/src/styles/variables.scss
浏览文件 @
a9201c79
...
...
@@ -42,7 +42,7 @@ $subMenuHover:#f18126;
$sideBarWidth
:
210px
;
$topBarHeight
:
56px
;
$contentHeight
:
100vh
;
$contentHeight
:
calc
(
100vh
-
56px
)
;
// the :export directive is the magic sauce for webpack
// https://www.bluematador.com/blog/how-to-share-variables-between-js-and-sass
...
...
frontend/src/views/login/index.vue
浏览文件 @
a9201c79
...
...
@@ -33,7 +33,7 @@
</div>
<div
class=
"login-btn"
>
<el-button
type=
"primary"
class=
"submit"
size=
"default"
@
click
.
native
.
prevent=
"handleLogin"
>
{{
$t
(
'commons.
button.
login'
)
}}
{{
$t
(
'commons.login'
)
}}
</el-button>
</div>
<div
class=
"login-msg"
>
...
...
@@ -163,7 +163,7 @@ export default {
.login-background
{
background-color
:
$--background-color-base
;
height
:
100
%
;
height
:
100
vh
;
@include
login-center
;
}
...
...
frontend/src/views/panel/edit/index.vue
浏览文件 @
a9201c79
...
...
@@ -115,7 +115,7 @@ import { get } from '@/api/panel/panel'
// 引入样式
import
'@/components/canvas/assets/iconfont/iconfont.css'
import
'@/components/canvas/styles/animate.css'
import
'@/components/canvas/styles/reset.css'
//
import '@/components/canvas/styles/reset.css'
import
{
ApplicationContext
}
from
'@/utils/ApplicationContext'
import
FilterDialog
from
'../filter/filterDialog'
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论