@@ -5,8 +5,8 @@
<title><?=$siteName?></title>
<style>
#page {
- width: 350px;
- height: 90vh;
+ width: 375px;
+ height: 60vh;
margin: 0 auto;
display: block;
position: absolute;
@@ -15,6 +15,9 @@
-moz-transform: translate(-50%,0);
transform: translate(-50%,0);
}
+ body {
+ margin-top: 100px;
+ }
</style>
</head>
<body>
@@ -22,7 +22,7 @@
size="small"
no-filtered-data-text="暂无筛选结果"
>
- <template slot-scope="{ row, index }" slot="action">
+ <template slot-scope="{ row }" slot="action">
<a @click="Info(row)">详情</a>
</template>
</Table>