国产一级a片免费看高清,亚洲熟女中文字幕在线视频,黄三级高清在线播放,免费黄色视频在线看

打開APP
userphoto
未登錄

開通VIP,暢享免費(fèi)電子書等14項(xiàng)超值服

開通VIP
成功el-table鼠標(biāo)移動(dòng)上去背景色不改變解決

  <el-table
              :data="
                list.slice((currentPage - 1) * pageSize, currentPage * pageSize)
              "
              style="width: 100%"
              :row-style="CommonJs.RowIntervalBgColor"
            >
              <el-table-column prop="AddTime" label="建檔時(shí)間">
                <template slot-scope="scope">
                  {{ scope.row.AddTime | dateYMDFormat }}
                </template>
              </el-table-column>
              
              <el-table-column prop="FamilyNumber" label="家系號(hào)">
                <template slot-scope="scope">
                  {{ scope.row.FamilyNumber.replace("無", "") }}
                </template>
              </el-table-column>
             
              <el-table-column
                prop="ClassifiedDiagnosticInformation"
                label="分類診斷信息"
                width="200px"
              ></el-table-column>
              <el-table-column prop="Memorandum" label="備忘錄" width="270px">
                <template scope="scope">
                  <el-input
                    v-model="scope.row.Memorandum"
                    placeholder="請(qǐng)輸入內(nèi)容"
                    style="width: 260px"
                    size="mini"
                  ></el-input>
                </template>
              </el-table-column>
              <el-table-column fixed="right" label="操作" min-width="100px">
                <template slot-scope="scope">
                  <el-button
                    type="primary"
                    icon="el-icon-edit"
                    circle
                    size="mini"
                    @click="CK(scope.row)"
                    style="margin-top:2px;margin-bottom:2px;"
                  ></el-button>
                  <el-button
                    type="teststyle"
                    icon="el-icon-s-claim"
                    circle
                    size="mini"
                    @click="modify(scope.row)"
                  ></el-button>
                  <el-button
                    type="danger"
                    icon="el-icon-delete"
                    circle
                    size="mini"
                    @click="deleteData(scope.row)"
                  ></el-button>
                </template>
              </el-table-column>
            </el-table>
樣式:
.el-table tr:hover>td{
  background-color: #a3c9e4 !important;
  }
備注:鼠標(biāo)移動(dòng)上去別的單元格背景色都會(huì)改變,只有操作欄目背景色沒有變化,原因是<el-table-column fixed="right" label="操作" min-width="100px">中的fixed="right"除掉就可以了

本站僅提供存儲(chǔ)服務(wù),所有內(nèi)容均由用戶發(fā)布,如發(fā)現(xiàn)有害或侵權(quán)內(nèi)容,請(qǐng)點(diǎn)擊舉報(bào)。
打開APP,閱讀全文并永久保存 查看更多類似文章
猜你喜歡
類似文章
Vue element-ui之表格內(nèi)嵌進(jìn)度條功能實(shí)現(xiàn)
循序漸進(jìn)VUE+Element 前端應(yīng)用開發(fā)(5)--- 表格列表頁面的查詢,列表展示和字段轉(zhuǎn)義處理
Vue+element
Vue.js函數(shù)式組件的全面了解
前端實(shí)戰(zhàn):Vue實(shí)現(xiàn)數(shù)據(jù)導(dǎo)出導(dǎo)入案例
vue+element 使用el-table的type=index有時(shí)不顯示序號(hào)_el-table 不顯示序號(hào)
更多類似文章 >>
生活服務(wù)
分享 收藏 導(dǎo)長(zhǎng)圖 關(guān)注 下載文章
綁定賬號(hào)成功
后續(xù)可登錄賬號(hào)暢享VIP特權(quán)!
如果VIP功能使用有故障,
可點(diǎn)擊這里聯(lián)系客服!

聯(lián)系客服