dtable-ui-component 0.3.7-beta.2 → 0.3.7-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.
|
@@ -48,6 +48,11 @@
|
|
|
48
48
|
min-height: 2.375rem;
|
|
49
49
|
}
|
|
50
50
|
|
|
51
|
+
.dtable-ui.dtable-row-expand-formatter .ctime-formatter-container,
|
|
52
|
+
.dtable-ui.dtable-row-expand-formatter .mtime-formatter-container {
|
|
53
|
+
padding: 0.375rem 0.75rem;
|
|
54
|
+
}
|
|
55
|
+
|
|
51
56
|
.dtable-ui.dtable-row-expand-formatter .checkbox-formatter-container {
|
|
52
57
|
width: 24px;
|
|
53
58
|
height: 24px;
|
|
@@ -57,6 +62,32 @@
|
|
|
57
62
|
justify-content: center;
|
|
58
63
|
}
|
|
59
64
|
|
|
65
|
+
.dtable-ui.dtable-row-expand-formatter .checkbox-formatter-container .cell-formatter-container {
|
|
66
|
+
line-height: inherit;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
.dtable-ui.dtable-row-expand-formatter .button-formatter {
|
|
70
|
+
margin-top: 6px;
|
|
71
|
+
text-align: center;
|
|
72
|
+
height: 26px;
|
|
73
|
+
line-height: 14px;
|
|
74
|
+
min-width: 80px;
|
|
75
|
+
max-width: 100%;
|
|
76
|
+
width: fit-content;
|
|
77
|
+
display: inline-flex;
|
|
78
|
+
justify-content: center;
|
|
79
|
+
align-items: center;
|
|
80
|
+
padding-left: 0.5rem;
|
|
81
|
+
padding-right: 0.5rem;
|
|
82
|
+
border-radius: 3px;
|
|
83
|
+
border-width: 2px;
|
|
84
|
+
font-weight: 500;
|
|
85
|
+
font-size: 14px;
|
|
86
|
+
font-family: inherit;
|
|
87
|
+
cursor: pointer;
|
|
88
|
+
letter-spacing: .03em;
|
|
89
|
+
}
|
|
90
|
+
|
|
60
91
|
.dtable-ui.dtable-row-expand-formatter .longtext-formatter-container {
|
|
61
92
|
border: 1px solid rgba(0, 40, 100, 0.12);
|
|
62
93
|
border-radius: 3px;
|
|
@@ -179,7 +179,7 @@ var EditorFormatter = /*#__PURE__*/function (_React$Component) {
|
|
|
179
179
|
}
|
|
180
180
|
|
|
181
181
|
return /*#__PURE__*/React.createElement("div", {
|
|
182
|
-
className: "form-control d-flex align-items-center",
|
|
182
|
+
className: "form-control d-flex align-items-center ctime-formatter-container",
|
|
183
183
|
style: {
|
|
184
184
|
width: 320
|
|
185
185
|
}
|
|
@@ -196,7 +196,7 @@ var EditorFormatter = /*#__PURE__*/function (_React$Component) {
|
|
|
196
196
|
}
|
|
197
197
|
|
|
198
198
|
return /*#__PURE__*/React.createElement("div", {
|
|
199
|
-
className: "form-control d-flex align-items-center",
|
|
199
|
+
className: "form-control d-flex align-items-center mtime-formatter-container",
|
|
200
200
|
style: {
|
|
201
201
|
width: 320
|
|
202
202
|
}
|