This commit is contained in:
XXAY
2021-09-25 14:55:47 +08:00
parent 5e7fb8f896
commit ad40d66c70
2 changed files with 5 additions and 2 deletions

View File

@@ -377,10 +377,11 @@ class="layui-input" style="height: 25px; width:80px;margin-top: 6px">
, color: '%s' //设置默认色
, size: "xs"
, format: '%s'
, done: function (color) {
var %s = color
, change: function (color) {
%s = color
}
});
})
""" % (i, random_color(), fl, i)
@@ -471,3 +472,4 @@ class Basics(object):
f.write(data)
return data