Commit 53972300 authored by 王纵's avatar 王纵

表单内容右对齐- Android兼容

parent 19f9ba4c
......@@ -14,7 +14,7 @@
color: #B4B4B5;
}
.cell-value {
width: 100%;
// width: 100%;
display: inline-flex;
align-items: center;
justify-content: end;
......
......@@ -2,7 +2,7 @@
* @Author: zong.wang01@hand-china.com
* @Date: 2024-07-29 10:51:56
* @LastEditors: zong.wang01@hand-china.com
* @LastEditTime: 2024-08-19 14:48:59
* @LastEditTime: 2024-08-19 16:00:59
* @Version: 1.0.0
* @Description: 表格渲染
* @Copyright: Copyright (c) 2021, Hand-RongJing
......@@ -19,7 +19,6 @@
<d-scroll
ref="scroll" :pullUp="true" :pull-down="true" @pullingUp="getList"
@pullingDown="getList"
style="max-height: calc(100vh - 130px)"
>
<van-checkbox-group v-model="checkResult">
<div v-for="(item, pIndex) in tableData" :key="item[tabInfo.primaryKey]" class="d-table">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment