|
@@ -138,7 +138,7 @@
|
|
"
|
|
"
|
|
alt="" />
|
|
alt="" />
|
|
<div class="product-info">
|
|
<div class="product-info">
|
|
- <p>{{ item.alias_name || item.product_name }}</p>
|
|
|
|
|
|
+ <p style="width:94%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;">{{ item.alias_name || item.product_name }}</p>
|
|
<p>{{ item.product_code }}</p>
|
|
<p>{{ item.product_code }}</p>
|
|
</div>
|
|
</div>
|
|
</nuxt-link>
|
|
</nuxt-link>
|
|
@@ -1008,6 +1008,7 @@ export default {
|
|
</script>
|
|
</script>
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
<style lang="scss" scoped>
|
|
|
|
+.product-info {width:100%;}
|
|
header {
|
|
header {
|
|
width: 100%;
|
|
width: 100%;
|
|
position: fixed;
|
|
position: fixed;
|