DSJ 样式调整
This commit is contained in:
parent
feae33dcac
commit
cf6b07988f
|
@ -18,7 +18,8 @@ function listPoint(props) {
|
||||||
let posType = props.params[2];
|
let posType = props.params[2];
|
||||||
let id = 0;
|
let id = 0;
|
||||||
|
|
||||||
if (width2 <= 0) width2 = 80;
|
if (width2 <= 0) width2 = 70;
|
||||||
|
if (width1 <= 0) width1 = 70;
|
||||||
|
|
||||||
let available = [];
|
let available = [];
|
||||||
let ava2 = [];
|
let ava2 = [];
|
||||||
|
|
Loading…
Reference in New Issue