Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
D
dataease
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
njgzx
dataease
Commits
ba3117fb
提交
ba3117fb
authored
5月 28, 2021
作者:
wangjiahao
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
fix: UI 调整
上级
f25cbc9f
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
25 行增加
和
13 行删除
+25
-13
Toolbar.vue
frontend/src/components/canvas/components/Toolbar.vue
+2
-6
tw.js
frontend/src/lang/tw.js
+1
-0
index.vue
frontend/src/views/panel/edit/index.vue
+22
-7
没有找到文件。
frontend/src/components/canvas/components/Toolbar.vue
浏览文件 @
ba3117fb
...
@@ -11,10 +11,6 @@
...
@@ -11,10 +11,6 @@
<!--
<span>
{{
$t
(
'panel.canvas_scale'
)
}}
</span>
-->
<!--
<span>
{{
$t
(
'panel.canvas_scale'
)
}}
</span>
-->
<!--
<input
v-model=
"scale"
@
input=
"handleScaleChange"
>
%-->
<!--
<input
v-model=
"scale"
@
input=
"handleScaleChange"
>
%-->
<!--
</div>
-->
<!--
</div>
-->
<el-tooltip
:content=
"$t('panel.style')"
>
<el-button
:class=
"buttonActive?'button-show':'button-closed'"
class=
"el-icon-magic-stick"
size=
"mini"
circle
@
click=
"showPanel"
/>
</el-tooltip>
<el-tooltip
:content=
"$t('panel.undo') "
>
<el-tooltip
:content=
"$t('panel.undo') "
>
<el-button
class=
"el-icon-refresh-right"
size=
"mini"
circle
@
click=
"undo"
/>
<el-button
class=
"el-icon-refresh-right"
size=
"mini"
circle
@
click=
"undo"
/>
</el-tooltip>
</el-tooltip>
...
@@ -300,11 +296,11 @@ export default {
...
@@ -300,11 +296,11 @@ export default {
}
}
.button-show
{
.button-show
{
background-color
:
#ebf2fe
background-color
:
#ebf2fe
!
important
;
}
}
.button-closed
{
.button-closed
{
background-color
:
#ffffff
background-color
:
#ffffff
!
important
;
}
}
</
style
>
</
style
>
frontend/src/lang/tw.js
浏览文件 @
ba3117fb
...
@@ -87,6 +87,7 @@ export default {
...
@@ -87,6 +87,7 @@ export default {
password_error
:
'密碼不小於8位'
password_error
:
'密碼不小於8位'
},
},
commons
:
{
commons
:
{
close
:
'关闭'
,
icon
:
'圖標'
,
icon
:
'圖標'
,
all
:
'全部'
,
all
:
'全部'
,
enable
:
'啟用'
,
enable
:
'啟用'
,
...
...
frontend/src/views/panel/edit/index.vue
浏览文件 @
ba3117fb
...
@@ -13,14 +13,14 @@
...
@@ -13,14 +13,14 @@
</el-header>
</el-header>
<de-container>
<de-container>
<de-aside-container
class=
"ms-aside-container"
>
<de-aside-container
class=
"ms-aside-container"
>
<div
style=
"width: 60px; left: 0px; top: 0px; bottom: 0px; position: absolute"
>
<div
style=
"width: 60px; left: 0px; top: 0px; bottom: 0px;
position: absolute"
>
<div
style=
"width: 60px;height: 100%;overflow: hidden auto;position: relative;margin: 0px auto;"
>
<div
style=
"width: 60px;height: 100%;overflow: hidden auto;position: relative;margin: 0px auto;
font-size: 14px
"
>
<!-- 视图图表 -->
<!-- 视图图表 -->
<div
class=
"button-div-class"
style=
" width: 24px;height: 24px;text-align: center;line-height: 1;position: relative;margin:
32px auto 0px;font-size:150%
;"
>
<div
class=
"button-div-class"
style=
" width: 24px;height: 24px;text-align: center;line-height: 1;position: relative;margin:
16px auto 0px
;"
>
<el-button
:class=
"show&&showIndex===0? 'button-show':'button-closed'"
circle
class=
"el-icon-circle-plus-outline"
size=
"mini"
@
click=
"showPanel(0)"
/>
<el-button
:class=
"show&&showIndex===0? 'button-show':'button-closed'"
circle
class=
"el-icon-circle-plus-outline"
size=
"mini"
@
click=
"showPanel(0)"
/>
</div>
</div>
<!-- 视图文字 -->
<!-- 视图文字 -->
<div
style=
"position: relative; margin: 18px auto
30
px;"
>
<div
style=
"position: relative; margin: 18px auto
16
px;"
>
<div
style=
"max-width: 100%;text-align: center;white-space: nowrap;text-overflow: ellipsis;position: relative;flex-shrink: 0;"
>
<div
style=
"max-width: 100%;text-align: center;white-space: nowrap;text-overflow: ellipsis;position: relative;flex-shrink: 0;"
>
{{
$t
(
'panel.view'
)
}}
{{
$t
(
'panel.view'
)
}}
</div>
</div>
...
@@ -30,7 +30,7 @@
...
@@ -30,7 +30,7 @@
<div
style=
"width: 60px;height: 1px;line-height: 1px;text-align: center;white-space: pre;text-overflow: ellipsis;position: relative;flex-shrink: 0;"
/>
<div
style=
"width: 60px;height: 1px;line-height: 1px;text-align: center;white-space: pre;text-overflow: ellipsis;position: relative;flex-shrink: 0;"
/>
</div>
</div>
<!-- 过滤组件 -->
<!-- 过滤组件 -->
<div
tabindex=
"-1"
style=
"position: relative; margin:
20
px auto"
>
<div
tabindex=
"-1"
style=
"position: relative; margin:
16
px auto"
>
<div
style=
"height: 60px; position: relative"
>
<div
style=
"height: 60px; position: relative"
>
<div
class=
"button-div-class"
style=
" text-align: center;line-height: 1;position: absolute;inset: 0px 0px 45px; "
>
<div
class=
"button-div-class"
style=
" text-align: center;line-height: 1;position: absolute;inset: 0px 0px 45px; "
>
<el-button
circle
:class=
"show&&showIndex===1? 'button-show':'button-closed'"
class=
"el-icon-s-tools"
size=
"mini"
@
click=
"showPanel(1)"
/>
<el-button
circle
:class=
"show&&showIndex===1? 'button-show':'button-closed'"
class=
"el-icon-s-tools"
size=
"mini"
@
click=
"showPanel(1)"
/>
...
@@ -42,6 +42,21 @@
...
@@ -42,6 +42,21 @@
</div>
</div>
</div>
</div>
</div>
</div>
<!-- 分割线 -->
<div
style=
"height: 1px; position: relative; margin: 0px auto;background-color:#E6E6E6;"
>
<div
style=
"width: 60px;height: 1px;line-height: 1px;text-align: center;white-space: pre;text-overflow: ellipsis;position: relative;flex-shrink: 0;"
/>
</div>
<!-- 视图图表 -->
<div
class=
"button-div-class"
style=
" width: 24px;height: 24px;text-align: center;line-height: 1;position: relative;margin: 16px auto 0px;"
>
<el-button
:class=
"show&&showIndex===2? 'button-show':'button-closed'"
circle
class=
"el-icon-magic-stick"
size=
"mini"
@
click=
"showPanel(2)"
/>
</div>
<!-- 视图文字 -->
<div
style=
"position: relative; margin: 18px auto 16px;"
>
<div
style=
"max-width: 100%;text-align: center;white-space: nowrap;text-overflow: ellipsis;position: relative;flex-shrink: 0;"
>
{{
$t
(
'panel.style'
)
}}
</div>
</div>
<!-- 视图分割线 -->
<!-- 视图分割线 -->
<div
style=
"height: 1px; position: relative; margin: 0px auto;background-color:#E6E6E6;"
>
<div
style=
"height: 1px; position: relative; margin: 0px auto;background-color:#E6E6E6;"
>
<div
style=
"width: 60px;height: 1px;line-height: 1px;text-align: center;white-space: pre;text-overflow: ellipsis;position: relative;flex-shrink: 0;"
/>
<div
style=
"width: 60px;height: 1px;line-height: 1px;text-align: center;white-space: pre;text-overflow: ellipsis;position: relative;flex-shrink: 0;"
/>
...
@@ -490,11 +505,11 @@ export default {
...
@@ -490,11 +505,11 @@ export default {
overflow-y
:
auto
;
overflow-y
:
auto
;
}
}
.button-show
{
.button-show
{
background-color
:
#ebf2fe
background-color
:
#ebf2fe
!
important
;
}
}
.button-closed
{
.button-closed
{
background-color
:
#ffffff
background-color
:
#ffffff
!
important
;
}
}
</
style
>
</
style
>
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论