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
提交
2d196dbd
提交
2d196dbd
编写于
7月 15, 2020
作者:
KK
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
布局样式优化--
上级
d3805466
变更
3
显示空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
15 行增加
和
28 行删除
+15
-28
app-form-item.less
src/components/app-form-item/app-form-item.less
+7
-11
app-mob-select.less
src/components/app-mob-select/app-mob-select.less
+0
-1
var.less
src/styles/var.less
+8
-16
未找到文件。
src/components/app-form-item/app-form-item.less
浏览文件 @
2d196dbd
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
width: 100%;
width: 100%;
font-size: 15px;
font-size: 15px;
.app-form-item-label-required {
.app-form-item-label-required {
color:
red
;
color:
#ea3424
;
}
}
.prompt_text{
.prompt_text{
position: absolute;
position: absolute;
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
opacity: 0.8;
opacity: 0.8;
font-size: 12px;
font-size: 12px;
bottom: 0px;
bottom: 0px;
color:
red
;
color:
#ea3424
;
z-index: 10;
z-index: 10;
}
}
.prompt_text_right{
.prompt_text_right{
...
@@ -19,7 +19,7 @@
...
@@ -19,7 +19,7 @@
opacity: 0.8;
opacity: 0.8;
font-size: 12px;
font-size: 12px;
bottom: 0px;
bottom: 0px;
color:
red
;
color:
#ea3424
;
z-index: 10;
z-index: 10;
}
}
.sc-ion-label-ios-h{
.sc-ion-label-ios-h{
...
@@ -28,13 +28,7 @@
...
@@ -28,13 +28,7 @@
}
}
.app-form-item.item-has-value {
.app-form-item.item-has-value {
>ion-label {
>ion-label {
color: #666666;
color: #888888;
font-size: 15px;
}
}
.app-form-item.item-has-focus {
>ion-label {
color: #108cee ;
font-size: 15px;
font-size: 15px;
}
}
}
}
...
@@ -42,9 +36,11 @@
...
@@ -42,9 +36,11 @@
ion-label{
ion-label{
min-width: 34px;
min-width: 34px;
}
}
.layout(left);
}
}
.left{
.left{
.app-form-item-input{
.app-form-item-input{
text-align:
righ
t;
text-align:
lef
t;
}
}
}
}
src/components/app-mob-select/app-mob-select.less
浏览文件 @
2d196dbd
...
@@ -11,7 +11,6 @@
...
@@ -11,7 +11,6 @@
max-width: 100%;
max-width: 100%;
}
}
ion-select::part(text) {
ion-select::part(text) {
text-align: right;
padding-right: 8px;
padding-right: 8px;
}
}
ion-select::part(icon) {
ion-select::part(icon) {
...
...
src/styles/var.less
浏览文件 @
2d196dbd
...
@@ -167,20 +167,12 @@
...
@@ -167,20 +167,12 @@
}
}
}
}
}
}
ion-action-sheet{
}
--button-color:@theme-color;
}
// 布局公共函数
ion-alert{
.layout(@form-text-align){
.alert-button{
.app-mobile-select ion-select::part(text) {
color: @theme-color ;
text-align: @form-text-align;
}
padding-right: 8px;
[aria-checked=true].sc-ion-alert-ios .alert-checkbox-icon.sc-ion-alert-ios{
background-color: @theme-color ;
border-color: @theme-color ;
}
}
ion-checkbox{
--background-checked : @theme-color ;
--border-color-checked: @theme-color ;
}
}
}
}
\ No newline at end of file
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录