Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hls-easy-ui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
easyUI
hls-easy-ui
Commits
53972300
Commit
53972300
authored
Aug 19, 2024
by
王纵
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
表单内容右对齐- Android兼容
parent
19f9ba4c
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
index.less
src/Dynamic/ConfigRenderComponent/DForm/FormItem/index.less
+1
-1
index.vue
src/Dynamic/ConfigRenderComponent/DTable/index.vue
+1
-2
No files found.
src/Dynamic/ConfigRenderComponent/DForm/FormItem/index.less
View file @
53972300
...
...
@@ -14,7 +14,7 @@
color: #B4B4B5;
}
.cell-value {
width: 100%;
//
width: 100%;
display: inline-flex;
align-items: center;
justify-content: end;
...
...
src/Dynamic/ConfigRenderComponent/DTable/index.vue
View file @
53972300
...
...
@@ -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 1
4:48
:59
* @LastEditTime: 2024-08-19 1
6: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"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment