Commit f74422d7 by hank

bug

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