Commit a3756d9f authored by nature's avatar nature

组建优化

parent 9ac7e8fb
......@@ -189,7 +189,7 @@ export default {
position: relative;
.field-value{
.date-field-icon{
height: 0.25rem;
height: 12.5px;
}
}
}
......
......@@ -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
......
......@@ -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;
......
......@@ -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;
}
}
}
......
......@@ -245,7 +245,7 @@ export default {
position: relative;
.field-value{
.date-field-icon{
height: 0.25rem;
height: 12.5px;
}
}
}
......
/* eslint-disable */
/**
* YDUI 可伸缩布局方案
* rem计算方式:设计图尺寸px / 100 = 实际rem 例: 100px = 1rem
* rem计算方式:设计图尺寸px / 50 = 实际rem 例: 100px = 2rem
*/
!(function(window) {
/* 设计图文档宽度 */
......
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