Commit 7771480d authored by yun's avatar yun

Merge remote-tracking branch 'origin/master'

parents f48e9d5c 609a2334
...@@ -545,7 +545,7 @@ export default { ...@@ -545,7 +545,7 @@ export default {
width:90%; width:90%;
height:auto; height:auto;
position: relative; position: relative;
padding: 18px 18px 1px 14px; padding: 10.5px 18px 1px 14px;
background-color: #F2F3F7; background-color: #F2F3F7;
border-radius:8px; border-radius:8px;
} }
...@@ -583,7 +583,7 @@ export default { ...@@ -583,7 +583,7 @@ export default {
text-align: left; text-align: left;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
margin-bottom: 12px margin-bottom: 10px
} }
.discuss-person{ .discuss-person{
color: #191919; color: #191919;
......
...@@ -129,7 +129,7 @@ export default { ...@@ -129,7 +129,7 @@ export default {
<style scoped> <style scoped>
.discussWrap { .discussWrap {
width: 100%; width: 100%;
margin-bottom: 15px; margin-bottom: 12px;
} }
.singleReply{ .singleReply{
color: #333333;font-family:PingFang-SC-Regular;margin-bottom: 12px color: #333333;font-family:PingFang-SC-Regular;margin-bottom: 12px
...@@ -166,7 +166,7 @@ export default { ...@@ -166,7 +166,7 @@ export default {
text-align: left; text-align: left;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
margin-bottom: 15px margin-bottom: 12px
} }
.reply-person{ .reply-person{
color: #191919; color: #191919;
......
...@@ -203,7 +203,7 @@ export default { ...@@ -203,7 +203,7 @@ export default {
transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);
} }
.h-selector-move-enter-active, .h-selector-move-leave-active { .h-selector-move-enter-active, .h-selector-move-leave-active {
transition: transform .6s; transition: transform 0.1ms;
} }
.h-selector-move-enter, .h-selector-move-leave-to { .h-selector-move-enter, .h-selector-move-leave-to {
transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0);
...@@ -212,7 +212,7 @@ export default { ...@@ -212,7 +212,7 @@ export default {
opacity: 1; opacity: 1;
} }
.h-selector-fade-enter-active, .h-selector-fade-leave-active { .h-selector-fade-enter-active, .h-selector-fade-leave-active {
transition: opacity .4s; transition: opacity 0.1ms;
} }
.h-selector-fade-enter, .h-selector-fade-leave-to { .h-selector-fade-enter, .h-selector-fade-leave-to {
opacity: 0; opacity: 0;
......
...@@ -48,7 +48,7 @@ export default { ...@@ -48,7 +48,7 @@ export default {
// 初始化样式 // 初始化样式
style: { style: {
transform: 'translate3d(0px,0px,0px)', transform: 'translate3d(0px,0px,0px)',
transition: 'transform .3s' transition: 'transform 0ms'
}, },
activeIndex: 0, // 当前激活的索引 activeIndex: 0, // 当前激活的索引
startY: 0, // 开始距离 startY: 0, // 开始距离
......
...@@ -128,7 +128,7 @@ ...@@ -128,7 +128,7 @@
> >
<!-- {{ item ==='评论' ? item +'(' + (discussLen > 999 ? '999+' : discussLen) + ')': item }} --> <!-- {{ item ==='评论' ? item +'(' + (discussLen > 999 ? '999+' : discussLen) + ')': item }} -->
{{item}} {{item}}
<span class="count"> <span v-if="item === '评论'" class="count">
{{ item ==='评论' ? (discussLen === 0 ? '' : (discussLen > 999 ? '999+' : discussLen)) : '' }} {{ item ==='评论' ? (discussLen === 0 ? '' : (discussLen > 999 ? '999+' : discussLen)) : '' }}
</span> </span>
<!-- <div--> <!-- <div-->
...@@ -1413,6 +1413,7 @@ export default { ...@@ -1413,6 +1413,7 @@ export default {
/*margin-bottom: 0.4vw;*/ /*margin-bottom: 0.4vw;*/
/*font-weight: 800;*/ /*font-weight: 800;*/
/*position: relative;*/ /*position: relative;*/
box-sizing: border-box;
color: @selectColor; color: @selectColor;
border-bottom: 2px solid @selectColor; border-bottom: 2px solid @selectColor;
} }
......
...@@ -258,7 +258,8 @@ export default { ...@@ -258,7 +258,8 @@ export default {
this.$router.push({ this.$router.push({
path: '/addTrain', path: '/addTrain',
query: { query: {
slId: this.businessId slId: this.businessId,
releaseState: this.releaseState
} }
}) })
this.popupShow = false this.popupShow = false
...@@ -387,10 +388,7 @@ export default { ...@@ -387,10 +388,7 @@ export default {
addTrain() { addTrain() {
console.log(this.releaseState, 'releaseState') console.log(this.releaseState, 'releaseState')
this.$router.push({ this.$router.push({
name: 'AddTrain', name: 'AddTrain'
query: {
releaseState: this.releaseState
}
}) })
}, },
// 下拉刷新事件 // 下拉刷新事件
......
...@@ -154,9 +154,9 @@ export default { ...@@ -154,9 +154,9 @@ export default {
font-weight: 100; font-weight: 100;
} }
.num{ .num{
margin-top: 13px;
font-size: 30px; font-size: 30px;
color: #ffffff; color: #ffffff;
padding: 12px 0px 10px;
} }
} }
.list-box{ .list-box{
......
...@@ -1679,6 +1679,7 @@ export default { ...@@ -1679,6 +1679,7 @@ export default {
/*margin-bottom: 5px;*/ /*margin-bottom: 5px;*/
/*font-weight: 800;*/ /*font-weight: 800;*/
border-bottom: 2px solid #5A96E9; border-bottom: 2px solid #5A96E9;
box-sizing: border-box;
/*position: relative;*/ /*position: relative;*/
color: #5A96E9; color: #5A96E9;
} }
...@@ -1834,8 +1835,8 @@ export default { ...@@ -1834,8 +1835,8 @@ export default {
flex-direction: column; flex-direction: column;
.three_porint{ .three_porint{
position: absolute; position: absolute;
top: 40%; top: 37%;
left: 52%; left: 50%;
transform: translate(-50%, -50%); transform: translate(-50%, -50%);
-webkit-appearance: none; -webkit-appearance: none;
line-height: 47.313px; line-height: 47.313px;
......
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