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
提交
0aa276a9
提交
0aa276a9
编写于
12月 23, 2020
作者:
KK
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
按钮ui
上级
9d877341
变更
2
显示空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
139 行增加
和
10 行删除
+139
-10
app-mob-button.less
...mponents/ui-components/app-mob-button/app-mob-button.less
+135
-2
app-mob-button.vue
...omponents/ui-components/app-mob-button/app-mob-button.vue
+4
-8
未找到文件。
src/components/ui-components/app-mob-button/app-mob-button.less
浏览文件 @
0aa276a9
.app-mob-button {
// 加载更多按钮样式
.loadmore_btn {
width: 100%;
margin: 0;
--border-radius: 0;
}
// 过滤按钮样式
.filter-btn {
position: relative;
top: 5px;
margin: 5px 10px 5px 0;
}
// 实体移动端多数据选择视图 底部选择按钮
.mobpickupview_button,
.demobmpickupview_button {
width: 100%;
display: flex;
justify-content: space-between;
margin-bottom: 10px;
.pick-btn {
height: 40px;
width: auto;
--border-radius: 2px;
width: 45%;
height: 40px;
width: auto;
--border-radius: 10px;
}
}
// 快速操作按钮
.app-quick-toolbar {
text-align: center;
.app-mob-button {
--background: transparent;
}
}
// 多选按钮
.demobmpickupview_button .pick-btn {
width: 45%;
height: 35px;
width: auto;
--border-radius: 4px;
}
//搜索表单按钮
.search-btn {
display: flex;
margin-bottom: 15px;
.search-btn-item {
width: 50%;
}
}
// 移动端实体选项操作视图 底部按钮
.option-btn {
width: 45%;
}
// 工作流动态编辑按钮
.wf_btns {
--border-radius: 50%;
width: 60px;
height: 60px;
}
.fab_container {
width: 60px;
position: absolute;
bottom: 4px;
right: 16px;
ion-button {
width: 60px;
height: 60px;
position: relative;
padding: 0;
--border-radius: 50%;
--padding-bottom: 0;
--padding-end: 0;
--padding-start: 0;
--padding-top: 0;
}
}
.sub-item {
margin-top: 10px;
box-sizing: border-box;
flex: 0 0 25%;
height: 100px;
display: flex;
color: black;
flex-direction: column;
justify-content: center;
align-items: center;
ion-button {
color: white !important;
border: 0 !important;
}
}
// 门户按钮
.app-mob-portlet {
.edit_title_btn {
text-align: right;
overflow: hidden;
transition: all 0.5s;
height: 0;
margin: 0;
ion-button {
width: 50px;
height: 25px;
--border-radius: 0;
font-size: 12px;
}
ion-button:nth-child(1) {
--background: #bbb;
}
}
}
// 多数据批操作按钮
.batch_btn {
display: flex;
justify-content: space-between;
align-items: center;
background: #fff;
.batch_btn_content {
display: flex;
justify-self: center;
ion-button {
color: #505050;
--background: transparent;
font-size: 12px;
--color-activated: #505050;
--background-activated: transparent;
}
}
}
src/components/ui-components/app-mob-button/app-mob-button.vue
浏览文件 @
0aa276a9
<
template
>
<ion-button
v-if=
"styleType==='default'"
class=
"app-mob-button"
:disabled=
"disabled"
:class=
"className"
@
click=
"on_button_click"
>
<ion-icon
:name=
"iconName"
/>
<ion-button
v-if=
"styleType==='default'"
class=
"app-mob-button"
:disabled=
"disabled"
@
click=
"on_button_click"
>
<ion-icon
v-if=
"iconName"
:name=
"iconName"
/>
{{
text
}}
</ion-button>
</
template
>
...
...
@@ -24,12 +24,6 @@ export default class AppMobButton extends Vue {
@
Prop
()
private
text
?:
string
;
/**
* 按钮class名称
*/
@
Prop
()
private
className
?:
string
;
/**
* 按钮类型
*/
...
...
@@ -54,6 +48,8 @@ export default class AppMobButton extends Vue {
private
on_button_click
()
{
this
.
$emit
(
'click'
)
}
}
</
script
>
<
style
lang=
"less"
>
...
...
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录