Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
D
dataease
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
zhu
dataease
Commits
d25e764f
提交
d25e764f
authored
3月 01, 2022
作者:
wangjiahao
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
fix: 修复边框选不上的问题
上级
6ef11632
隐藏空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
7 行增加
和
7 行删除
+7
-7
TextAttr.vue
frontend/src/components/canvas/components/TextAttr.vue
+2
-2
BackgroundItem.vue
frontend/src/views/background/BackgroundItem.vue
+2
-2
index.vue
frontend/src/views/background/index.vue
+1
-1
index.vue
frontend/src/views/panel/edit/index.vue
+2
-2
没有找到文件。
frontend/src/components/canvas/components/TextAttr.vue
浏览文件 @
d25e764f
...
@@ -450,10 +450,10 @@ export default {
...
@@ -450,10 +450,10 @@ export default {
::v-deep
input
::-webkit-outer-spin-button
,
::v-deep
input
::-webkit-outer-spin-button
,
::v-deep
input
::-webkit-inner-spin-button
{
::v-deep
input
::-webkit-inner-spin-button
{
/*-webkit-appearance: none !important;*/
-webkit-appearance
:
none
!
important
;
}
}
::v-deep
input
[
type
=
'number'
]
{
::v-deep
input
[
type
=
'number'
]
{
/*-moz-appearance: textfield !important;*/
-moz-appearance
:
textfield
!
important
;
}
}
</
style
>
</
style
>
frontend/src/views/background/BackgroundItem.vue
浏览文件 @
d25e764f
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
:style="classBackground"
:style="classBackground"
@click.stop="setBoard"
@click.stop="setBoard"
/>
/>
<span
class=
"demonstration"
>
{{
template
.
name
}}
</span>
<span
class=
"demonstration"
>
{{
template
.
name
}}
</span>
</div>
</div>
</
template
>
</
template
>
...
@@ -29,7 +29,7 @@ export default {
...
@@ -29,7 +29,7 @@ export default {
},
},
computed
:
{
computed
:
{
itemActive
()
{
itemActive
()
{
return
this
.
curComponent
.
commonBackground
.
innerImage
===
this
.
template
.
url
return
this
.
curComponent
.
commonBackground
&&
this
.
curComponent
.
commonBackground
.
innerImage
===
this
.
template
.
url
},
},
classBackground
()
{
classBackground
()
{
if
(
this
.
template
.
url
)
{
if
(
this
.
template
.
url
)
{
...
...
frontend/src/views/background/index.vue
浏览文件 @
d25e764f
...
@@ -102,7 +102,7 @@ export default {
...
@@ -102,7 +102,7 @@ export default {
}
}
},
},
mounted
()
{
mounted
()
{
if
(
this
.
curComponent
.
commonBackground
.
outerImage
&&
typeof
(
this
.
curComponent
.
commonBackground
.
outerImage
)
===
'string'
)
{
if
(
this
.
curComponent
.
commonBackground
&&
this
.
curComponent
.
commonBackground
.
outerImage
&&
typeof
(
this
.
curComponent
.
commonBackground
.
outerImage
)
===
'string'
)
{
this
.
fileList
.
push
({
url
:
this
.
curComponent
.
commonBackground
.
outerImage
})
this
.
fileList
.
push
({
url
:
this
.
curComponent
.
commonBackground
.
outerImage
})
}
}
this
.
backgroundOrigin
=
deepCopy
(
this
.
curComponent
.
commonBackground
)
this
.
backgroundOrigin
=
deepCopy
(
this
.
curComponent
.
commonBackground
)
...
...
frontend/src/views/panel/edit/index.vue
浏览文件 @
d25e764f
...
@@ -619,7 +619,7 @@ export default {
...
@@ -619,7 +619,7 @@ export default {
this
.
currentFilterCom
.
id
=
newComponentId
this
.
currentFilterCom
.
id
=
newComponentId
this
.
currentFilterCom
.
auxiliaryMatrix
=
this
.
canvasStyleData
.
auxiliaryMatrix
this
.
currentFilterCom
.
auxiliaryMatrix
=
this
.
canvasStyleData
.
auxiliaryMatrix
this
.
currentFilterCom
.
mobileStyle
=
BASE_MOBILE_STYLE
this
.
currentFilterCom
.
mobileStyle
=
BASE_MOBILE_STYLE
this
.
currentFilterCom
.
commonBackground
||
deepCopy
(
COMMON_BACKGROUND
)
this
.
currentFilterCom
.
commonBackground
=
this
.
currentFilterCom
.
commonBackground
||
deepCopy
(
COMMON_BACKGROUND
)
if
(
this
.
currentWidget
.
filterDialog
)
{
if
(
this
.
currentWidget
.
filterDialog
)
{
this
.
show
=
false
this
.
show
=
false
...
@@ -649,7 +649,7 @@ export default {
...
@@ -649,7 +649,7 @@ export default {
// 新拖入的组件矩阵状态 和仪表板当前的矩阵状态 保持一致
// 新拖入的组件矩阵状态 和仪表板当前的矩阵状态 保持一致
component
.
auxiliaryMatrix
=
this
.
canvasStyleData
.
auxiliaryMatrix
component
.
auxiliaryMatrix
=
this
.
canvasStyleData
.
auxiliaryMatrix
// 统一设置背景信息
// 统一设置背景信息
component
.
commonBackground
||
deepCopy
(
COMMON_BACKGROUND
)
component
.
commonBackground
=
component
.
commonBackground
||
deepCopy
(
COMMON_BACKGROUND
)
// 视图统一调整为复制
// 视图统一调整为复制
if
(
componentInfo
.
type
===
'view'
)
{
if
(
componentInfo
.
type
===
'view'
)
{
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论