#
luxiaotao1123
2024-02-23 f579ec9f3a980495298743075761e22ee44647d8
zy-asrs-flow/src/global.less
@@ -1,3 +1,7 @@
:root {
  --scrollbar-thumb-color: rgba(128, 128, 128, .5);
}
html,
body,
#root {
@@ -16,6 +20,7 @@
.ant-layout {
  min-height: 100vh;
}
.ant-pro-sider.ant-layout-sider.ant-pro-sider-fixed {
  left: unset;
}
@@ -35,15 +40,34 @@
  list-style: none;
}
::-webkit-scrollbar {
  width: 6px;
  height: 7px;
  background-color: transparent;
}
::-webkit-scrollbar-thumb {
  background-color: var(--scrollbar-thumb-color);
  border-radius: 5px;
}
::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .ant-table {
    width: 100%;
    overflow-x: auto;
    &-thead > tr,
    &-tbody > tr {
      > th,
      > td {
        white-space: pre;
        > span {
          display: block;
        }