reponsive and selective actions and row actioin + pagination
This commit is contained in:
+11
-13
@@ -22,6 +22,17 @@ body {
|
||||
font-feature-settings: "lnum"; /* اطمینان از نمایش اعداد انگلیسی */
|
||||
}
|
||||
|
||||
/* ریسپانسیو شدن برای صفحات کوچک */
|
||||
@media (max-width: 768px) {
|
||||
.no-scrollbar::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
.no-scrollbar {
|
||||
-ms-overflow-style: none;
|
||||
scrollbar-width: none;
|
||||
}
|
||||
}
|
||||
|
||||
html,
|
||||
body {
|
||||
height: 100%;
|
||||
@@ -52,19 +63,6 @@ textarea::placeholder {
|
||||
--radius-2.5: 10px;
|
||||
}
|
||||
|
||||
td {
|
||||
@apply px-6 py-4 whitespace-nowrap text-xs;
|
||||
}
|
||||
.thead {
|
||||
@apply h-[69px] bg-white text-sm text-[#8C90A3] rounded-3xl overflow-hidden;
|
||||
}
|
||||
.tr {
|
||||
@apply w-full h-[74px] bg-white border-t border-[#EAEDF5] hover:bg-[#F4F5F9];
|
||||
}
|
||||
.action {
|
||||
@apply h-[74px] bg-white flex items-center px-6;
|
||||
}
|
||||
|
||||
.rmdp-input {
|
||||
min-height: 40px;
|
||||
background-color: white;
|
||||
|
||||
Reference in New Issue
Block a user