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
提交
034e830c
提交
034e830c
编写于
12月 24, 2020
作者:
hudan
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
图标ui
上级
cee9c246
变更
5
隐藏空白字符变更
内嵌
并排
正在显示
5 个修改的文件
包含
93 行增加
和
34 行删除
+93
-34
app-form-group.less
src/components/app-form-group/app-form-group.less
+0
-7
app-mob-mpicker.less
src/components/editor/app-mob-mpicker/app-mob-mpicker.less
+0
-7
app-mob-picker.less
src/components/editor/app-mob-picker/app-mob-picker.less
+0
-14
app-mob-rich-text-editor.less
...or/app-mob-rich-text-editor/app-mob-rich-text-editor.less
+0
-6
app-mob-icon.less
src/components/ui-components/app-mob-icon/app-mob-icon.less
+93
-0
未找到文件。
src/components/app-form-group/app-form-group.less
浏览文件 @
034e830c
...
...
@@ -4,10 +4,6 @@
font-size: 1rem;
z-index: 1;
}
.group-collapse {
position: absolute;
right: 10px;
}
.form-group-content {
width: 100%;
}
...
...
@@ -15,9 +11,6 @@
display: flex;
font-weight: 700;
align-items: center;
.group-title-icon {
margin-right: 2px;
}
}
> ion-item-divider {
--background: @color-main-background;
...
...
src/components/editor/app-mob-mpicker/app-mob-mpicker.less
浏览文件 @
034e830c
...
...
@@ -2,13 +2,6 @@
color: @from-main-color;
width: 100%;
position: relative;
.open-picker {
position: absolute;
right: 3px;
top: 50%;
transform: translateY(-50%);
z-index: 3;
}
>ion-input {
min-height: 44px;
.native-input {
...
...
src/components/editor/app-mob-picker/app-mob-picker.less
浏览文件 @
034e830c
...
...
@@ -5,20 +5,6 @@
.ibz-input{
padding-right: 20px !important;
}
.open-picker {
position: absolute;
right: 5px;
top: 13px;
z-index: 3;
}
.delete-value {
position: absolute;
right: 4px;
top: 50%;
transform: translateY(-50%);
z-index: 3;
color: @from-main-color;
}
ion-icon[name="close-outline"] {
font-size: 20px !important;
}
...
...
src/components/editor/app-mob-rich-text-editor/app-mob-rich-text-editor.less
浏览文件 @
034e830c
...
...
@@ -3,12 +3,6 @@
height: 100%;
justify-content: flex-end;
display: flex;
.app-mob-rich-text-editor-icon{
margin-right: 4px;
color: #777272;
font-size: 18px;
}
.rich-text-editor-info{
ol {
list-style: decimal;
...
...
src/components/ui-components/app-mob-icon/app-mob-icon.less
浏览文件 @
034e830c
//多编辑视图删除图标样式
.meditviewpanel_delete_icon {
font-size: 20px;
position: absolute;
top: 5px;
right: 5px;
z-index: 1;
}
//日历部件事件内容删除图标样式
.event-delete {
position: absolute;
top: 3px;
right: 3px;
}
//工具栏图标样式
.group_ion-icon {
margin-right: 10px;
}
//视图布局面板向下走图标样式
.sort-icon {
.sort-select {
color: #3880ff;;
}
}
//多选图标样式
.app-mob-mdctrl-mdctrl {
.items {
.select-icon {
font-size: 32px;
}
}
}
//全选
.batch_btn{
.selectall-icon {
font-size: 32px;
}
}
// app-form-group 图标样式
.app-form-group {
.group-collapse {
position: absolute;
right: 10px;
}
.group-title {
.group-title-icon {
margin-right: 2px;
}
}
}
//app-mob-mpicker 图标样式
.app-mob-mpicker {
.open-picker {
position: absolute;
right: 3px;
top: 50%;
transform: translateY(-50%);
z-index: 3;
}
}
//app-mob-picker 图标样式
.app-picker {
.open-picker {
position: absolute;
right: 5px;
top: 13px;
z-index: 3;
}
.delete-value {
position: absolute;
right: 4px;
top: 50%;
transform: translateY(-50%);
z-index: 3;
color: @from-main-color;
}
}
//app-mob-rich-text-editor 图标样式
.app-mob-rich-text-editor{
.app-mob-rich-text-editor-icon{
margin-right: 4px;
color: #777272;
font-size: 18px;
}
}
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录