Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
W
WebPublic
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
前端开发小组
WebPublic
Commits
faa8effa
提交
faa8effa
authored
7月 10, 2024
作者:
钟是志
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
左边可能有个树组件导致不能取学工里面的ant-layout-content 的宽度. 只能取父级td
上级
920fad0b
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
7 行增加
和
1 行删除
+7
-1
countWidth.js
one_stop_public/libs/formList/countWidth.js
+6
-0
index.js
one_stop_public/libs/formList/index.js
+1
-1
没有找到文件。
one_stop_public/libs/formList/countWidth.js
浏览文件 @
faa8effa
...
@@ -3,11 +3,17 @@ export default function countWidth({
...
@@ -3,11 +3,17 @@ export default function countWidth({
uuid
,
uuid
,
})
{
})
{
let
showDiv
=
500
;
// 列表宽度
let
showDiv
=
500
;
// 列表宽度
console
.
log
(
uuid
);
if
(
json
.
twidth
)
{
if
(
json
.
twidth
)
{
// 列表宽度配置项 在 组件的 扩展的配置里面
// 列表宽度配置项 在 组件的 扩展的配置里面
showDiv
=
json
.
twidth
;
showDiv
=
json
.
twidth
;
return
showDiv
;
return
showDiv
;
}
}
if
(
document
.
querySelector
(
`td[data-cell-id="
${
uuid
}
"]`
)){
// 左边可能有个树组件导致不能取学工里面的ant-layout-content 的宽度. 只能取父级td
showDiv
=
document
.
querySelector
(
`td[data-cell-id="
${
uuid
}
"]`
).
clientWidth
-
70
;
return
showDiv
;
}
if
(
document
.
getElementsByClassName
(
'ant-layout-content'
)?.
length
)
{
if
(
document
.
getElementsByClassName
(
'ant-layout-content'
)?.
length
)
{
// 这是大学工项目 容器元素的宽度
// 这是大学工项目 容器元素的宽度
showDiv
=
document
.
getElementsByClassName
(
'ant-layout-content'
)[
0
].
clientWidth
-
100
;
showDiv
=
document
.
getElementsByClassName
(
'ant-layout-content'
)[
0
].
clientWidth
-
100
;
...
...
one_stop_public/libs/formList/index.js
浏览文件 @
faa8effa
...
@@ -220,7 +220,7 @@ class FormList extends React.Component {
...
@@ -220,7 +220,7 @@ class FormList extends React.Component {
isAdd
:
false
,
isAdd
:
false
,
isView
:
true
,
isView
:
true
,
});
});
};
};
z
isJSON
=
(
str
)
=>
{
isJSON
=
(
str
)
=>
{
if
(
typeof
str
==
'string'
)
{
if
(
typeof
str
==
'string'
)
{
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论