wuyouming666
2023-09-14 09c655782b6f9996bc084e6f0c9721d0f2574aa8
CanadaMes-ui/src/views/Electrical/State.vue
@@ -16,7 +16,7 @@
    <el-form label-width="100px" style="display: flex;flex-wrap: wrap;" :model="messagepack.data">
      <div class="kuai_div" v-for="item in this.record.xyData" :key="item.name">
        <el-input style="width: 280px;" class="in_mc" v-model="item.name"></el-input>
        <el-input style="width: 280px;" class="in_mc" v-model="item.name" readonly></el-input>
        <el-input v-model="item.value" readonly="readonly" style="width: 90px;"></el-input>
      </div>
@@ -151,11 +151,11 @@
</script>
<style>
* {
<style scoped>
/* * {
  margin: 0px;
  padding: 0px;
}
} */
.kuai_div {
  width: 30%;