mig-schema-table 1.0.9 → 1.0.10
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/build/index.css +0 -74
- package/build/index.css.map +1 -1
- package/package.json +1 -1
package/build/index.css
CHANGED
|
@@ -1,77 +1,3 @@
|
|
|
1
|
-
table {
|
|
2
|
-
border-collapse: collapse;
|
|
3
|
-
width: 100%;
|
|
4
|
-
cursor: pointer;
|
|
5
|
-
margin-top: 5px;
|
|
6
|
-
}
|
|
7
|
-
table thead {
|
|
8
|
-
width: calc(100% - 1em);
|
|
9
|
-
}
|
|
10
|
-
table thead, table tbody tr {
|
|
11
|
-
display: table;
|
|
12
|
-
width: 100%;
|
|
13
|
-
table-layout: fixed;
|
|
14
|
-
}
|
|
15
|
-
table tbody {
|
|
16
|
-
display: block;
|
|
17
|
-
overflow: auto;
|
|
18
|
-
max-height: 80vh;
|
|
19
|
-
}
|
|
20
|
-
table th {
|
|
21
|
-
background-color: lightgray;
|
|
22
|
-
text-align: left;
|
|
23
|
-
position: sticky;
|
|
24
|
-
top: 0;
|
|
25
|
-
}
|
|
26
|
-
table th .arrow {
|
|
27
|
-
border: solid black;
|
|
28
|
-
border-width: 0 3px 3px 0;
|
|
29
|
-
display: inline-block;
|
|
30
|
-
padding: 3px;
|
|
31
|
-
position: absolute;
|
|
32
|
-
right: 0;
|
|
33
|
-
margin: 6px;
|
|
34
|
-
}
|
|
35
|
-
table th, table td {
|
|
36
|
-
border-right: 1px solid #ddd;
|
|
37
|
-
border-left: 1px solid #ddd;
|
|
38
|
-
padding: 8px;
|
|
39
|
-
}
|
|
40
|
-
table td div {
|
|
41
|
-
text-overflow: ellipsis;
|
|
42
|
-
width: 100%;
|
|
43
|
-
white-space: nowrap;
|
|
44
|
-
overflow: hidden;
|
|
45
|
-
}
|
|
46
|
-
table tbody tr {
|
|
47
|
-
height: 50px;
|
|
48
|
-
}
|
|
49
|
-
table tbody tr:hover {
|
|
50
|
-
background-color: #858585;
|
|
51
|
-
}
|
|
52
|
-
table tr:nth-child(even) {
|
|
53
|
-
background-color: #f2f2f2;
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
.ASC {
|
|
57
|
-
transform: rotate(45deg);
|
|
58
|
-
-webkit-transform: rotate(45deg);
|
|
59
|
-
transition: 0.5s;
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
.DSC {
|
|
63
|
-
transform: rotate(-135deg);
|
|
64
|
-
-webkit-transform: rotate(-135deg);
|
|
65
|
-
transition: 0.5s;
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
.tableTitle {
|
|
69
|
-
margin-top: 10px;
|
|
70
|
-
margin-bottom: 20px;
|
|
71
|
-
font-size: 25px;
|
|
72
|
-
font-weight: bold;
|
|
73
|
-
}
|
|
74
|
-
|
|
75
1
|
.schema-table {
|
|
76
2
|
overflow: hidden;
|
|
77
3
|
}
|
package/build/index.css.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sourceRoot":"","sources":["../src/index.scss"],"names":[],"mappings":"AAAA;
|
|
1
|
+
{"version":3,"sourceRoot":"","sources":["../src/index.scss"],"names":[],"mappings":"AAAA;EAgEE;;AA/DA;EACE;EACA;EACA;EACA;;AAGF;EACE;;AAGF;EACE;EACA;;AAEA;AAAA;EAEE;EACA;EACA;;AAGF;EACE;;AAIJ;EACE;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;;AAGF;EACE;;AAEF;EACE;;AAIJ;EACE;EACA;;AAEA;EACE;EACA;;AAIJ;EACE;;AAEF;EACE","file":"index.css"}
|