Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
D
dataease
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
njgzx
dataease
Commits
6c08fdc9
Unverified
提交
6c08fdc9
authored
10月 12, 2021
作者:
fit2cloud-chenyw
提交者:
GitHub
10月 12, 2021
浏览文件
操作
浏览文件
下载
差异文件
Merge pull request #914 from dataease/pr@dev@fix_style_tapd
style: 主题切换样式查漏补缺
上级
f4e07fc8
81e795b5
显示空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
44 行增加
和
6 行删除
+44
-6
index.vue
frontend/src/components/Notification/index.vue
+1
-1
index.scss
frontend/src/styles/index.scss
+33
-0
index.vue
frontend/src/views/panel/GrantAuth/index.vue
+1
-1
filterDialog.vue
frontend/src/views/panel/filter/filterDialog.vue
+9
-4
没有找到文件。
frontend/src/components/Notification/index.vue
浏览文件 @
6c08fdc9
...
@@ -234,7 +234,7 @@ export default {
...
@@ -234,7 +234,7 @@ export default {
right
:
178px
;
right
:
178px
;
top
:
8px
;
top
:
8px
;
background
:
red
;
background
:
red
;
color
:
var
(
--
TextActive
);
color
:
var
(
--
TextActive
,
#fff
);
border-radius
:
17px
;
border-radius
:
17px
;
padding
:
4px
7px
;
padding
:
4px
7px
;
font-size
:
16px
;
font-size
:
16px
;
...
...
frontend/src/styles/index.scss
浏览文件 @
6c08fdc9
...
@@ -633,5 +633,38 @@ div:focus {
...
@@ -633,5 +633,38 @@ div:focus {
background
:
#38393a
!
important
;
background
:
#38393a
!
important
;
}
}
.blackTheme
.el-message-box__content
{
color
:
#F2F6FC
;
}
.blackTheme
.el-message-box__btns
{
.el-button--default
:not
(
.el-button--primary
)
{
background-color
:
#171b22
;
color
:
#2681ff
;
}
.el-button--primary
{
color
:
#21333b
;
background-color
:
#2681ff
;
border-color
:
#2681ff
;
}
}
.blackTheme
.vue-treeselect__menu
{
border
:
1px
solid
var
(
--
TableBorderColor
,
#cfcfcf
);
background
:
var
(
--
MainBG
,
#fff
);
}
.blackTheme
.vue-treeselect__option
:not
(
.vue-treeselect__option--highlight
)
{
color
:
#606266
;
}
.blackTheme
.vue-treeselect__option--highlight
{
color
:
#2681ff
;
background-color
:
#000000
;
}
.blackTheme
.el-table__body
tr
.current-row
>
td
{
background-color
:
#324f62
;
}
frontend/src/views/panel/GrantAuth/index.vue
浏览文件 @
6c08fdc9
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
<div>
<div>
<el-button
v-show=
"!showSearchInput"
class=
"de-icon"
icon=
"el-icon-search"
circle
size=
"mini"
@
click=
"showSearchWidget"
/>
<el-button
v-show=
"!showSearchInput"
class=
"de-icon"
icon=
"el-icon-search"
circle
size=
"mini"
@
click=
"showSearchWidget"
/>
<div
v-show=
"showSearchInput"
class=
"de-input"
>
<div
v-show=
"showSearchInput"
class=
"de-input"
>
<el-input
v-model=
"key"
>
<el-input
v-model=
"key"
class=
"main-area-input"
>
<el-button
slot=
"append"
icon=
"el-icon-close"
@
click=
"closeSearchWidget"
/>
<el-button
slot=
"append"
icon=
"el-icon-close"
@
click=
"closeSearchWidget"
/>
</el-input>
</el-input>
</div>
</div>
...
...
frontend/src/views/panel/filter/filterDialog.vue
浏览文件 @
6c08fdc9
...
@@ -166,7 +166,8 @@
...
@@ -166,7 +166,8 @@
group=
"dimension"
group=
"dimension"
animation=
"300"
animation=
"300"
:move=
"onMove"
:move=
"onMove"
style=
"width:100%;height: 100%;margin:0 10px;border-radius: 4px;overflow-x: auto;display: flex;align-items: center;background-color: white;"
class=
"theme-drag"
style=
"width:100%;height: 100%;margin:0 10px;border-radius: 4px;overflow-x: auto;display: flex;align-items: center;"
@
end=
"end2"
@
end=
"end2"
>
>
<transition-group
class=
"list-group"
:data-value=
"$t('panel.drag_here')"
>
<transition-group
class=
"list-group"
:data-value=
"$t('panel.drag_here')"
>
...
@@ -715,7 +716,7 @@ export default {
...
@@ -715,7 +716,7 @@ export default {
padding
:
8px
;
padding
:
8px
;
height
:
100%
;
height
:
100%
;
border-right
:
none
;
border-right
:
none
;
border
:
1px
solid
#E6E6E6
;
border
:
1px
solid
var
(
--
TableBorderColor
,
#E6E6E6
);
;
.field-content-text
{
.field-content-text
{
box-sizing
:
border-box
;
box-sizing
:
border-box
;
overflow
:
hidden
;
overflow
:
hidden
;
...
@@ -727,7 +728,7 @@ export default {
...
@@ -727,7 +728,7 @@ export default {
.field-content-right
{
.field-content-right
{
border-left
:
none
;
border-left
:
none
;
color
:
#9ea6b2
;
color
:
#9ea6b2
;
border
:
1px
solid
#E6E6E6
;
border
:
1px
solid
var
(
--
TableBorderColor
,
#E6E6E6
)
;
width
:
0%
;
width
:
0%
;
max-width
:
0%
;
max-width
:
0%
;
position
:
relative
;
position
:
relative
;
...
@@ -764,7 +765,7 @@ export default {
...
@@ -764,7 +765,7 @@ export default {
}
}
.filter-dialog-tabs
{
.filter-dialog-tabs
{
border
:
1px
solid
#E6E6E6
;
border
:
1px
solid
var
(
--
TableBorderColor
,
#E6E6E6
)
;
padding
:
10px
;
padding
:
10px
;
height
:
100%
;
height
:
100%
;
>>>
div
.el-tabs__content
{
>>>
div
.el-tabs__content
{
...
@@ -867,4 +868,8 @@ export default {
...
@@ -867,4 +868,8 @@ export default {
content
:
attr
(
data-value
);
content
:
attr
(
data-value
);
}
}
.blackTheme
.theme-drag
{
background-color
:
var
(
--
MainBG
,
#fff
);
}
</
style
>
</
style
>
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论