15179599649
2024-01-16 c29e59bebf795a574276d182ee564056b5c45afc
'设置内容td居左'
1 files modified
4 ■■■■ changed files
src/views/toAppraising/toAppraisingthree.vue 4 ●●●● patch | view | raw | blame | history
src/views/toAppraising/toAppraisingthree.vue
@@ -25,7 +25,7 @@
              <tbody>
                <tr  v-for="(item,index) of this.Categorylist" :key="index">
                  <td width="40px">{{item.categoryName}}</td>
                  <td width="100px">{{item.standard}}</td>
                  <td width="100px" style="text-align:left">{{item.standard}}</td>
                  <td width="30px">{{item.peopleNum}}</td>
                  <td width="60px" v-show="isVote==false"><p v-for="itemin in item.Voters" class="toupiaoshow" :key="itemin"><img src="/images/state.png" v-show="itemin.state==true" ><img v-show="itemin.state==false" src="/images/notstate.png"><span @click="remarkto(itemin)">{{itemin.userName}}</span></p></td>
                  <td width="50px" v-show="isVote==true"><p v-for="itemin in item.Voters" class="toupiaoshow" :key="itemin"><span>{{itemin.userName}}</span></p></td>
@@ -254,7 +254,7 @@
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  // justify-content: center;
  img{
    width: 20px;
    height: 20px;