edit table sidesheet

This commit is contained in:
1ilit
2023-09-19 15:48:53 +03:00
parent 2a04f651d3
commit ce92a35c9f
7 changed files with 565 additions and 41 deletions

View File

@@ -0,0 +1,39 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
.cm-focused {
outline: none !important;
}
.bg-blue {
background-color: #124559;
}
.semi-form-vertical .semi-form-field {
margin: 0;
padding-top: 8px !important;
padding-bottom: 8px !important;
overflow: hidden;
}
.semi-card .semi-collapse-item{
border: none !important;
}
::-webkit-scrollbar {
width: 10px;
}
::-webkit-scrollbar-track {
background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
background: #c5c5c5;
border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
background: #b9b9b9;
}