giime 0.0.0-beta.2 → 0.0.0-beta.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.css CHANGED
@@ -1,3 +1,19 @@
1
+ #table-page[data-v-fefd11a4] [data-v-fefd11a4] .cell {
2
+ white-space: pre-line !important;
3
+ }
4
+ #table-page[data-v-fefd11a4] [data-v-fefd11a4] .el-tooltip {
5
+ white-space: nowrap !important;
6
+ }
7
+ #table-page[data-v-fefd11a4] [data-v-fefd11a4] .el-scrollbar__bar.is-horizontal {
8
+ height: 12px;
9
+ border-radius: 12px;
10
+ }
11
+ #table-page[data-v-fefd11a4] .operate-wrap[data-v-fefd11a4] {
12
+ text-align: center;
13
+ }
14
+ #table-page[data-v-fefd11a4] .el-button[data-v-fefd11a4] {
15
+ margin: 0 3px !important;
16
+ }
1
17
  /*
2
18
  ! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com
3
19
  *//*
@@ -495,20 +511,4 @@ video {
495
511
  font-size: var(--gm-text-title);
496
512
  line-height: var(--gm-leading-title);
497
513
  font-weight: 700;
498
- }
499
- #table-page[data-v-fefd11a4] [data-v-fefd11a4] .cell {
500
- white-space: pre-line !important;
501
- }
502
- #table-page[data-v-fefd11a4] [data-v-fefd11a4] .el-tooltip {
503
- white-space: nowrap !important;
504
- }
505
- #table-page[data-v-fefd11a4] [data-v-fefd11a4] .el-scrollbar__bar.is-horizontal {
506
- height: 12px;
507
- border-radius: 12px;
508
- }
509
- #table-page[data-v-fefd11a4] .operate-wrap[data-v-fefd11a4] {
510
- text-align: center;
511
- }
512
- #table-page[data-v-fefd11a4] .el-button[data-v-fefd11a4] {
513
- margin: 0 3px !important;
514
514
  }