refactor(测试跟踪): 表格样式修改

This commit is contained in:
Captain.B 2021-04-27 17:21:59 +08:00 committed by 刘瑞斌
parent 646a6bc827
commit 219c82c371
1 changed files with 1 additions and 3 deletions

View File

@ -35,6 +35,7 @@
:height="screenHeight"
row-key="id"
@row-click="showDetail"
style="margin-top: 5px"
@header-dragend="headerDragend"
:data="tableData">
@ -734,9 +735,6 @@ export default {
</script>
<style scoped>
.ms-table-header {
margin: 20px;
}
.search {
margin-left: 10px;