8962b1c4 by 任超

style:登记信息

1 parent af89f13a
export default {
SERVERAPI: '/service-bdcdj',
SERVERAPI: '/service-bdcdj9',
// SERVERCAI: '/service-bdcdj-Tian'
}
\ No newline at end of file
......
......@@ -40,7 +40,7 @@
.xxTable {
//border-spacing: 1px;
width: 100%;
table-layout: fixed;
// table-layout: fixed;
tr {
box-sizing: border-box;
......@@ -73,10 +73,11 @@
z-index: 3;
}
tr>td:first-child {
tr td:first-child {
position: sticky;
left: 0;
z-index: 2;
margin-left: -2px;
}
th.linshi,
......@@ -148,7 +149,7 @@
display: flex;
align-items: center;
justify-content: center;
min-width: 344px;
min-width: 280px;
z-index: 1;
}
......