Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
iBiz-Vue-Mob-R7-Res
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
iBiz-R7前端标准模板
iBiz-Vue-Mob-R7-Res
提交
ad3b7673
提交
ad3b7673
编写于
9月 16, 2020
作者:
zhujiamin
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
主题色调整
上级
20bf855d
变更
7
显示空白字符变更
内嵌
并排
正在显示
7 个修改的文件
包含
3 行增加
和
32 行删除
+3
-32
app-mob-select-changeTheme.vue
...app-mob-select-changeTheme/app-mob-select-changeTheme.vue
+2
-6
default.less
src/styles/default.less
+0
-4
class-blue.less
src/theme/class-blue.less
+0
-5
default.theme.less
src/theme/default.theme.less
+0
-6
minimalist-white.less
src/theme/minimalist-white.less
+0
-5
plain-grey.theme.less
src/theme/plain-grey.theme.less
+0
-5
summer-yellow.less
src/theme/summer-yellow.less
+1
-1
未找到文件。
src/components/app-mob-select-changeTheme/app-mob-select-changeTheme.vue
浏览文件 @
ad3b7673
...
...
@@ -56,15 +56,11 @@ export default class AppSelect extends Vue {
* @memberof AppSelect
*/
public
options
:
any
[]
=
[
{
value
:
"app-blue-theme"
,
text
:
"dark"
,
background
:
"#705697"
,
color
:
"#fff"
},
{
value
:
"app-dark-blue-theme"
,
text
:
"light"
,
background
:
"#5475ab"
,
color
:
"#fff"
},
{
value
:
"app-default-theme"
,
text
:
"fault"
,
background
:
"#3880ff"
,
color
:
"#fff"
},
{
value
:
"app-blue-theme"
,
text
:
"魅力紫"
,
background
:
"#705697"
,
color
:
"#fff"
},
{
value
:
"app-dark-blue-theme"
,
text
:
"经典蓝"
,
background
:
"#5475ab"
,
color
:
"#fff"
},
{
value
:
"app-class-black-theme"
,
text
:
"极致黑"
,
background
:
"#282829"
,
color
:
"#FFF"
},
{
value
:
"app-class-blue-theme"
,
text
:
"经典蓝"
,
background
:
"#1E538B"
,
color
:
"#FFF"
},
{
value
:
"app-light-green-theme"
,
text
:
"浅葱绿"
,
background
:
"#05D2C2"
,
color
:
"#FFF"
},
{
value
:
"app-minimalist-white-theme"
,
text
:
"极致白"
,
background
:
"#FEFEFE"
,
color
:
"#000"
},
{
value
:
"app-peach-pink-theme"
,
text
:
"桃桃粉"
,
background
:
"#FD84A3"
,
color
:
"#FFF"
},
{
value
:
"app-plain-grey-theme"
,
text
:
"素雅灰"
,
background
:
"#F4F6F9"
,
color
:
"#000"
},
{
value
:
"app-star-purple-theme"
,
text
:
"星辰紫"
,
background
:
"#6937D9"
,
color
:
"#FFF"
},
{
value
:
"app-summer-yellow-theme"
,
text
:
"盛夏黄"
,
background
:
"#FEE45A"
,
color
:
"#000"
},
{
value
:
"app-vital-red-theme"
,
text
:
"元气红"
,
background
:
"#FE657A"
,
color
:
"#FFF"
},
...
...
src/styles/default.less
浏览文件 @
ad3b7673
@import "../../node_modules/font-awesome/less/font-awesome.less";
@import "../theme/blue.theme.less";
@import "../theme/dark-blue.theme.less";
@import "../theme/default.theme.less";
@import "../theme/class-black.less";
@import "../theme/class-blue.less";
@import "../theme/light-green.less";
@import "../theme/minimalist-white.less";
@import "../theme/peach-pink.less";
@import "../theme/plain-grey.theme.less";
@import "../theme/star-purple.less";
@import "../theme/summer-yellow.less";
@import "../theme/vital-red.less";
...
...
src/theme/class-blue.less
已删除
100644 → 0
浏览文件 @
20bf855d
.app-class-blue-theme{
@theme-color: #1E538B;
@text-color: #FFF;
.theme(@theme-color,@text-color);
}
\ No newline at end of file
src/theme/default.theme.less
已删除
100644 → 0
浏览文件 @
20bf855d
.app-default-theme{
@theme-color: @color-primary;
@text-color: #fff;
.theme(@theme-color,@text-color);
}
\ No newline at end of file
src/theme/minimalist-white.less
已删除
100644 → 0
浏览文件 @
20bf855d
.app-minimalist-white-theme{
@theme-color: #FEFEFE;
@text-color: #000;
.theme(@theme-color,@text-color);
}
\ No newline at end of file
src/theme/plain-grey.theme.less
已删除
100644 → 0
浏览文件 @
20bf855d
.app-plain-grey-theme{
@theme-color: #F4F6F9;
@text-color: #000;
.theme(@theme-color,@text-color);
}
\ No newline at end of file
src/theme/summer-yellow.less
浏览文件 @
ad3b7673
.app-summer-yellow-theme{
@theme-color: #FEE45A;
@text-color: #
000
;
@text-color: #
333
;
.theme(@theme-color,@text-color);
}
\ No newline at end of file
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录