@steedos-widgets/amis-object 1.0.1 → 1.0.2
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/amis-object.cjs.css +1 -8
- package/dist/amis-object.cjs.js +1 -1
- package/dist/amis-object.cjs.js.map +1 -1
- package/dist/amis-object.esm.css +1 -8
- package/dist/amis-object.esm.js +1 -1
- package/dist/amis-object.esm.js.map +1 -1
- package/dist/amis-object.umd.css +1 -8
- package/dist/amis-object.umd.js +1 -1
- package/dist/amis-object.umd.js.map +1 -1
- package/dist/assets.json +5 -5
- package/package.json +3 -3
package/dist/amis-object.cjs.css
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
:root {
|
|
2
|
+
--Page-main-bg: transparent;
|
|
2
3
|
--fontFamilyBase: -apple-system,BlinkMacSystemFont,Helvetica,Arial,Microsoft Yahei,SimHei;
|
|
3
4
|
--fontSizeLg: 14px;
|
|
4
5
|
--Form-item-fontSize: 12px;
|
|
@@ -161,14 +162,6 @@ body {
|
|
|
161
162
|
font-family: -apple-system,BlinkMacSystemFont,Helvetica,Arial,Microsoft Yahei,SimHei;
|
|
162
163
|
}
|
|
163
164
|
|
|
164
|
-
@media only screen and (min-width: 600px) {
|
|
165
|
-
body {
|
|
166
|
-
background: url(/images/defaultBackground.png);
|
|
167
|
-
background-size: contain;
|
|
168
|
-
background-repeat: no-repeat;
|
|
169
|
-
}
|
|
170
|
-
}
|
|
171
|
-
|
|
172
165
|
@media (max-width: 768px){
|
|
173
166
|
.ant-modal.antd-Modal--lg, .ant-modal.antd-Modal--xl, .ant-modal.antd-Modal--full{
|
|
174
167
|
top: 0px !important;
|