.ListAutoLayout{border:1px solid black;border-top:none;border-bottom:none;}
.ListAutoLayout .el-table__empty-block{text-align: center;line-height: 60px;width:100% !important;border-bottom:1px solid black;}

.ListAutoLayout .el-table__header-wrapper{display:none;}

.ListAutoLayout table tbody td,
.ListAutoLayout table thead .is-leaf{font-weight: normal;line-height: 42px;border-right:1px solid black;border-bottom: 1px solid black;text-align:center;}
.ListAutoLayout table thead .is-leaf:nth-last-child(1){border-right:none !important;}
.ListAutoLayout table tbody td:nth-last-child(1){border-right:none !important;}
.ListAutoLayout table tbody td {word-wrap: break-word}

.ListAutoLayout table .Border-Right{border-right:1px solid black;}

.ListAutoLayout .el-radio__input,
.ListAutoLayout .el-radio{display:none;}
.ListAutoLayout .el-radio.is-checked{display:inline-block;}