index.css 2.17 KB
.order-page-container .ant-table .ant-table-middle {
  margin-inline: 0 !important;
}

.order-page-container td {
  font-family: 'San Francisco', 'Helvetica Neue', Helvetica, Arial,
    'Microsoft YaHei', 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC',
    'WenQuanYi Micro Hei', sans-serif;
  font-size: 13px;
}

#total-payment .ant-input-number-group-addon {
  padding: 0 !important;
}

.order-page-container table:hover,
.order-page-container tr:hover,
.order-page-container thead:hover {
  background: none !important;
}

#main-table .ant-table-tbody > tr.ant-table-row:hover > td {
  background: none !important;
}

.order-page-container .ant-pro-card {
  background-color: transparent;
}

#main-table .ant-table-tbody .ant-table-cell {
  padding: 10px 0 0;
}

.order-page-container .ant-pagination {
  background-color: #fff !important;
  padding: 10px;
  border-radius: 8px;
}

.order-page-container .ant-pro-table .ant-form {
  background-color: #fff;
  border-radius: 8px;
}

#main-table .ant-table-tbody {
  background-color: #f5f5f5;
}

.order-page-container .ant-pro-card-body {
  padding: 0 !important;
}

.order-page-container .ant-table-thead .ant-table-cell {
  background-color: #fff !important;
  border-radius: 8px !important;
}

#sub-table tbody td {
  padding: 10px 0 !important;
}

#sub-table tbody tr:first-child td:first-child {
  border-top-left-radius: 8px;
}

#sub-table tbody tr:first-child td:nth-child(2) {
  border-top-right-radius: 8px;
}

#sub-table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 8px;
}

#sub-table tbody tr:last-child td:nth-child(2) {
  border-bottom-right-radius: 8px;
}

#sub-table tbody tr td:first-child {
  border-top: 1px solid #d7d6d6;

  /* 设置行与行之间分割线的颜色 */
  border-bottom: 1px solid #d7d6d6;

  /* 设置行与行之间分割线的颜色 */
  border-left: 1px solid #d7d6d6;

  /* 设置行与行之间分割线的颜色 */
}

#sub-table tbody tr td:nth-child(2) {
  border-top: 1px solid #d7d6d6;

  /* 设置行与行之间分割线的颜色 */
  border-bottom: 1px solid #d7d6d6;

  /* 设置行与行之间分割线的颜色 */
  border-right: 1px solid #d7d6d6;

  /* 设置行与行之间分割线的颜色 */
}