Skip to content

Commit 578eaaa

Browse files
committed
添加api文档,并修复几个css问题
1 parent e9bb6e8 commit 578eaaa

File tree

5 files changed

+311
-60
lines changed

5 files changed

+311
-60
lines changed

client/src/device/scale/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import { WebFakeScale } from "./webFakeScale";
1616
// ];
1717

1818

19-
// web版本电子秤
19+
// web版本假电子秤数据
2020
export const ScaleList = [
2121
{
2222
name: "大华电子秤",

client/src/styles/data/import.scss

+7
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,9 @@
157157

158158
.right-wrap {
159159
flex: 1;
160+
:global(.ant-form-item) {
161+
margin-bottom: 18px;
162+
}
160163
}
161164
}
162165

@@ -168,6 +171,10 @@
168171
}
169172

170173
.fields-config-wrap {
174+
175+
& > p:first-of-type {
176+
margin-bottom: 10px;
177+
}
171178
:global(.ant-row) {
172179
margin-bottom: 0px;
173180
}

0 commit comments

Comments
 (0)