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
a3756d9f
Commit
a3756d9f
authored
Mar 02, 2021
by
nature
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
组建优化
parent
9ac7e8fb
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
11 additions
and
10 deletions
+11
-10
index.vue
packages/components/DateField/index.vue
+1
-1
Item.vue
packages/components/ListItem/Item.vue
+2
-1
radio.vue
packages/components/Radio/radio.vue
+1
-1
index.vue
packages/components/Scroll/index.vue
+5
-5
SelectField.vue
packages/components/Select/SelectField.vue
+1
-1
ydui.flexible.js
src/common/ydui.flexible.js
+1
-1
No files found.
packages/components/DateField/index.vue
View file @
a3756d9f
...
...
@@ -189,7 +189,7 @@ export default {
position: relative;
.field-value{
.date-field-icon{
height:
0.25rem
;
height:
12.5px
;
}
}
}
...
...
packages/components/ListItem/Item.vue
View file @
a3756d9f
...
...
@@ -19,7 +19,7 @@
<div
v-if=
"showContent && hasContent"
:style=
"
{'min-height':minHeight,'flex':proportion[1] }" class="add-content">
<slot
name=
"content"
/>
<slot
name=
"right-icon"
/>
<img
v-if=
"showArrow"
:src=
"rightIcon"
class=
"right-icon"
style=
"height: 0.2rem"
>
<img
v-if=
"showArrow"
:src=
"rightIcon"
class=
"right-icon"
>
</div>
<slot/>
</div>
...
...
@@ -207,6 +207,7 @@ export default {
//右侧图标
.right-icon {
margin-left: 5px;
height: 10px;
}
//toggle
...
...
packages/components/Radio/radio.vue
View file @
a3756d9f
...
...
@@ -87,7 +87,7 @@ export default {
opacity: .7;
}
.radio-title{
line-height:
0.5rem
;
line-height:
25px
;
font-size: 16px;
color: #333;
margin-left: 6px;
...
...
packages/components/Scroll/index.vue
View file @
a3756d9f
...
...
@@ -490,7 +490,7 @@ export default {
text-size-adjust: none;
-webkit-transform-origin: left top;
transform-origin: left top;
padding-bottom:
0.4rem;
padding-bottom:
20px
}
&__pullup {
...
...
@@ -531,7 +531,7 @@ export default {
}
.has-footer {
.vue-better-scroll__wrapper {
padding-bottom:
1rem
;
padding-bottom:
50px
;
}
}
.platform-ios{
...
...
@@ -542,7 +542,7 @@ export default {
}
.has-footer {
.vue-better-scroll__wrapper {
padding-bottom:
1rem
;
padding-bottom:
50px
;
}
}
}
...
...
@@ -556,7 +556,7 @@ export default {
}
.has-footer {
.vue-better-scroll__wrapper {
padding-bottom:
1.8rem
;
padding-bottom:
90px
;
}
}
}
...
...
@@ -572,7 +572,7 @@ export default {
}
.has-footer {
.vue-better-scroll__wrapper {
padding-bottom:
1.8rem
;
padding-bottom:
90px
;
}
}
}
...
...
packages/components/Select/SelectField.vue
View file @
a3756d9f
...
...
@@ -245,7 +245,7 @@ export default {
position: relative;
.field-value{
.date-field-icon{
height:
0.25rem
;
height:
12.5px
;
}
}
}
...
...
src/common/ydui.flexible.js
View file @
a3756d9f
/* eslint-disable */
/**
* YDUI 可伸缩布局方案
* rem计算方式:设计图尺寸px /
100 = 实际rem 例: 100px = 1
rem
* rem计算方式:设计图尺寸px /
50 = 实际rem 例: 100px = 2
rem
*/
!
(
function
(
window
)
{
/* 设计图文档宽度 */
...
...
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