Commit c5be48b6 authored by youjie's avatar youjie

no message

parent 7570e10e
......@@ -29,7 +29,7 @@
</div>
</div>
</div> -->
<div v-if="dataList.length>0" style="width: 100%;height:700px;overflow: auto;">
<div v-if="dataList.length>0" class="list-box">
<table
v-loading="loading" style="width:1900px;border-collapse: collapse;"
class="tableBox" border="1px">
......@@ -161,8 +161,10 @@
};
</script>
<style lang="scss" scoped>
.list-box{
width: 100%;height:700px;overflow: auto;
}
.tableBox tr,.tableBox tr td{
height: 40px !important;
text-align: center;
}
.page-cancelClassList-body {
......
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