第一次完整测试完成,总计96个,删除2个,11个未运行成功或图片异常。

This commit is contained in:
fy3047957834
2021-09-26 15:55:49 +08:00
parent 8862d6355b
commit ef55699ca6
3 changed files with 426 additions and 262 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -138,7 +138,7 @@ class ChartParameter(object):
""" """
if parameter.input_type == "rgb": if parameter.input_type == "rgb":
self.colors_dict[f"{parameter.name}"] = "rgb" parameter.input_type = self.colors_dict[f"{parameter.name}"] = "rgb"
f""" f"""
<div style="margin-left: 30px;"> <div style="margin-left: 30px;">
<div id="{parameter.name}" style="margin-left: 30px; display: inline-block"></div> <div id="{parameter.name}" style="margin-left: 30px; display: inline-block"></div>
@@ -257,7 +257,7 @@ class="layui-input" style="height: 25px; width:80px;margin-top: 6px">
if parameter.input_type == "rgb": if parameter.input_type == "rgb":
self.colors_dict[f"{parameter.name}"] = "rgb" self.colors_dict[f"{parameter.name}"] = "rgb"
f""" parameter.input_type = f"""
<div style="margin-left: 30px;"> <div style="margin-left: 30px;">
<div id="{parameter.name}" style="margin-left: 30px; display: inline-block"></div> <div id="{parameter.name}" style="margin-left: 30px; display: inline-block"></div>
</div> </div>

Binary file not shown.