Commit a8d51252 authored by 李苏's avatar 李苏 💬

溢出样式调整

parent f08fd125
...@@ -121,7 +121,7 @@ ...@@ -121,7 +121,7 @@
<div class="flex1 text-center "> <div class="flex1 text-center ">
项目类别 项目类别
</div> </div>
<div class="flex1 text-center "> <div class="flex1 text-center ">
省完成率 省完成率
</div> </div>
<div class="flex1 text-center "> <div class="flex1 text-center ">
...@@ -141,7 +141,9 @@ ...@@ -141,7 +141,9 @@
<vueSeamless :class-option="optionSingleHeight" :data="listData" class="lbbody" style="overflow: hidden;"> <vueSeamless :class-option="optionSingleHeight" :data="listData" class="lbbody" style="overflow: hidden;">
<div class="full lbtit"> <div class="full lbtit">
<div style="line-height: 25px;display: flex;" v-for="item in listData"> <div style="line-height: 25px;display: flex;" v-for="item in listData">
<div style="color: #fff ;" v-text="item.xmflname"></div> <div style="color: #fff;white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis; ;" v-text="item.xmflname"></div>
<div style="color: #fff ;" v-text="item.spjwcl"></div> <div style="color: #fff ;" v-text="item.spjwcl"></div>
<div style="color: #fff ;" v-text="item.gdgswcl"></div> <div style="color: #fff ;" v-text="item.gdgswcl"></div>
<div style="color: #fff ;" v-text="item.zsdwwcl"></div> <div style="color: #fff ;" v-text="item.zsdwwcl"></div>
...@@ -414,7 +416,7 @@ ...@@ -414,7 +416,7 @@
item.properties.name = `淮安供电公司本部 item.properties.name = `淮安供电公司本部
${habbList[0].pm} ${habbList[0].pm}
${habbList[0].wcl}% ${habbList[0].wcl}%
` `
this.mapList.push({ this.mapList.push({
...@@ -1543,4 +1545,4 @@ ...@@ -1543,4 +1545,4 @@
<style lang="scss" scoped> <style lang="scss" scoped>
@import url("szkb.scss"); @import url("szkb.scss");
</style> </style>
\ No newline at end of file
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