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
提交
9c2795ee
提交
9c2795ee
编写于
10月 20, 2020
作者:
KK
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
样式优化
上级
acda20aa
变更
3
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
9 行增加
和
9 行删除
+9
-9
app-mob-menu-sideslip-view.less
...pp-mob-menu-sideslip-view/app-mob-menu-sideslip-view.less
+2
-2
app-setting.less
src/ibiz-core/components/app-setting/app-setting.less
+5
-5
navi-new.less
src/styles/layout/navigation/navi-new.less
+2
-2
未找到文件。
src/components/app-mob-menu-sideslip-view/app-mob-menu-sideslip-view.less
浏览文件 @
9c2795ee
...
...
@@ -31,7 +31,7 @@
margin: 10px 0;
color: #565656;
&:active{
background:
#F4F3F8
;
background:
@color-main-background
;
box-shadow: -1px -1px -2px rgba(255, 255, 255, 0.2);
transition: all 0.25s linear;
}
...
...
@@ -52,7 +52,7 @@
font-size: 16px;
margin: 10px 0;
color: #333;
background-color:
#F4F3F8
;
background-color:
@color-main-background
;
.text{
color: #565656;
}
...
...
src/ibiz-core/components/app-setting/app-setting.less
浏览文件 @
9c2795ee
.app-setting {
background:
#f4f3f8
;
background:
@color-main-background
;
.content {
width: 100%;
height: 100%;
...
...
@@ -25,7 +25,7 @@
}
}
.content-list-item-content:active{
background:
#f4f3f8
;
background:
@color-main-background
;
}
}
}
...
...
@@ -34,9 +34,9 @@
--padding-start: 0 !important;
--border-style: 0;
color: #565656;
--color-activated:
#f4f3f8
;
--color-focused:
#f4f3f8
;
--color-hover:
#f4f3f8
;
--color-activated:
@color-main-background
;
--color-focused:
@color-main-background
;
--color-hover:
@color-main-background
;
}
}
\ No newline at end of file
src/styles/layout/navigation/navi-new.less
浏览文件 @
9c2795ee
...
...
@@ -2,7 +2,7 @@
ion-segment{
height: 40px;
width: 100%;
--background:
#f4f3f8
;
--background:
@color-main-background
;
border-radius: 0;
ion-segment-button{
box-sizing: border-box;
...
...
@@ -11,7 +11,7 @@
--border-radius: 0;
--indicator-box-shadow:#7eb4e6;
--color-checked:#7eb4e6;
--indicator-color:
#f4f3f8
;
--indicator-color:
@color-main-background
;
--border-style:none;
margin-top: 0;
margin-bottom: 2px;
...
...
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录