tools
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user