|
@@ -156,6 +156,15 @@ export default {
|
|
|
font-size: 14px;
|
|
|
font-weight: bold;
|
|
|
}
|
|
|
+ .unTable{
|
|
|
+ box-shadow: 0px 0px 4px rgb(89,89,89,.9);
|
|
|
+ .ant-table-bordered .ant-table-tbody > tr > td, .ant-table-bordered .ant-table-thead > tr > th{
|
|
|
+ border-right: 1px solid #595959;
|
|
|
+ }
|
|
|
+ .ant-table-tbody > tr > td, .ant-table-thead > tr > th{
|
|
|
+ border-bottom: 1px solid #595959;
|
|
|
+ }
|
|
|
+ }
|
|
|
.red{
|
|
|
color: #f30;
|
|
|
}
|