revdev-components 0.179.0 → 0.181.0
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.js +1 -1
- package/build/styles.css +4 -5
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -5087,7 +5087,7 @@ function AppForm(_a) {
|
|
|
5087
5087
|
return (React.createElement(antd.Form, { form: form, onFinish: onFinish, className: classNames(s$r.root, className), layout: "vertical", onValuesChange: handleValuesChange, onFieldsChange: onFieldsChange, initialValues: initialValues }, typeof children === "function" ? children({ valid: valid }) : children));
|
|
5088
5088
|
}
|
|
5089
5089
|
|
|
5090
|
-
var s$q = {"root":"index-module_root__2S1Jp","label":"index-module_label__-pb4C"};
|
|
5090
|
+
var s$q = {"root":"index-module_root__2S1Jp","root__right":"index-module_root__right__AOLlF","label":"index-module_label__-pb4C"};
|
|
5091
5091
|
|
|
5092
5092
|
function useLineProps(_a) {
|
|
5093
5093
|
var lineClassName = _a.lineClassName, name = _a.name, label = _a.label, rightLabel = _a.rightLabel, rules = _a.rules, valuePropName = _a.valuePropName, noStyle = _a.noStyle, hasFeedback = _a.hasFeedback, dependencies = _a.dependencies, rest = __rest(_a, ["lineClassName", "name", "label", "rightLabel", "rules", "valuePropName", "noStyle", "hasFeedback", "dependencies"]);
|
package/build/styles.css
CHANGED
|
@@ -131,15 +131,14 @@ body {
|
|
|
131
131
|
.index-module_root__2S1Jp {
|
|
132
132
|
display: block;
|
|
133
133
|
}
|
|
134
|
-
.index-
|
|
134
|
+
.index-module_root__right__AOLlF label {
|
|
135
135
|
width: 100% !important;
|
|
136
|
-
display:
|
|
137
|
-
|
|
138
|
-
.index-module_root__2S1Jp label::after {
|
|
139
|
-
display: none !important;
|
|
136
|
+
display: flex !important;
|
|
137
|
+
flex-direction: row !important;
|
|
140
138
|
}
|
|
141
139
|
|
|
142
140
|
.index-module_label__-pb4C {
|
|
141
|
+
flex: 1;
|
|
143
142
|
display: flex;
|
|
144
143
|
justify-content: space-between;
|
|
145
144
|
align-items: flex-end;
|