Skip to content

Commit 3a877e8

Browse files
committed
add new css variables
1 parent 4f96abf commit 3a877e8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/components/DataTable.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ defineExpose({
534534
--easy-table-footer-padding: 0px 5px;
535535
--easy-table-footer-height: 36px;
536536
/**footer-rowsPerPage**/
537-
--easy-table-rows-per-page-selector-width: '';
537+
--easy-table-rows-per-page-selector-width: auto;
538538
--easy-table-rows-per-page-selector-option-padding: 5px;
539539
/*message*/
540540
--easy-table-message-font-color: #212121;

src/modes/Client.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,8 @@ const updatePage = (paginationNumber: number) => {
279279
--easy-table-footer-padding: 0px 10px;
280280
--easy-table-footer-height: 40px;
281281
282-
--easy-table-rows-per-page-selector-width: 100px;
282+
--easy-table-rows-per-page-selector-width: 70px;
283+
--easy-table-rows-per-page-selector-option-padding: 10px;
283284
284285
--easy-table-scrollbar-track-color: #4c5d7a;
285286
--easy-table-scrollbar-color: #4c5d7a;

0 commit comments

Comments
 (0)