Commit f74422d7 by hank

bug

parent 2b082825
......@@ -4,7 +4,7 @@ module.exports = {
// browsers: ['Android >= 4.0', 'iOS >= 7']
},
'postcss-pxtorem': {
rootValue: 130,
rootValue: 136,
propList: ['*']
}
}
......
......@@ -59,7 +59,7 @@
}">
<div class="item-action">
<div class="name">
{{item.templateName}}
{{item.filmName ? item.filmName : '暂未填写'}}
</div>
<div class="right-action">
<div class="right-item-action">
......@@ -194,12 +194,7 @@ export default {
<style lang="scss" scoped>
.device-detail-container {
text-align: left;
.swiper-container {
position: relative;
width: 1185px;
margin: 0;
}
.swiper-slide {
width: auto;
}
......@@ -281,9 +276,15 @@ export default {
}
.device-detail-use {
position: relative;
.swiper-container {
position: relative;
width: 1185px;
margin: 0;
}
.add {
position: absolute;
right: 50px;
right: 35px;
top: 250px;
width: 50px;
color: white;
......@@ -292,6 +293,7 @@ export default {
line-height: 55px;
text-align: center;
border-radius: 50%;
z-index: 5;
}
.template-item {
width: 575px;
......
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 sign in to comment