提交 034e830c 编写于 作者: hudan's avatar hudan

图标ui

上级 cee9c246
...@@ -4,10 +4,6 @@ ...@@ -4,10 +4,6 @@
font-size: 1rem; font-size: 1rem;
z-index: 1; z-index: 1;
} }
.group-collapse {
position: absolute;
right: 10px;
}
.form-group-content { .form-group-content {
width: 100%; width: 100%;
} }
...@@ -15,9 +11,6 @@ ...@@ -15,9 +11,6 @@
display: flex; display: flex;
font-weight: 700; font-weight: 700;
align-items: center; align-items: center;
.group-title-icon {
margin-right: 2px;
}
} }
> ion-item-divider { > ion-item-divider {
--background: @color-main-background; --background: @color-main-background;
......
...@@ -2,13 +2,6 @@ ...@@ -2,13 +2,6 @@
color: @from-main-color; color: @from-main-color;
width: 100%; width: 100%;
position: relative; position: relative;
.open-picker {
position: absolute;
right: 3px;
top: 50%;
transform: translateY(-50%);
z-index: 3;
}
>ion-input { >ion-input {
min-height: 44px; min-height: 44px;
.native-input { .native-input {
......
...@@ -5,20 +5,6 @@ ...@@ -5,20 +5,6 @@
.ibz-input{ .ibz-input{
padding-right: 20px !important; 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"] { ion-icon[name="close-outline"] {
font-size: 20px !important; font-size: 20px !important;
} }
......
...@@ -3,12 +3,6 @@ ...@@ -3,12 +3,6 @@
height: 100%; height: 100%;
justify-content: flex-end; justify-content: flex-end;
display: flex; display: flex;
.app-mob-rich-text-editor-icon{
margin-right: 4px;
color: #777272;
font-size: 18px;
}
.rich-text-editor-info{ .rich-text-editor-info{
ol { ol {
list-style: decimal; list-style: decimal;
......
//多编辑视图删除图标样式
.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 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册