...
|
...
|
@@ -18,29 +18,29 @@ |
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
|
|
|
<div class="contentpanel">
|
|
|
<div class="panel panel-default" style="margin-bottom:10px;">
|
|
|
<div class="container" style="margin-top:10px;">
|
|
|
<div class="row form-horizontal" style="margin-bottom:10px;">
|
|
|
<input type="hidden" id='id' value="{{data.id}}" />
|
|
|
<div class="col-xs-10 col-sm-10 col-md-10 col-lg-10">
|
|
|
<div class="form-group">
|
|
|
<label for="input" class="col-sm-2 control-label">颜色名称:</label>
|
|
|
<div class="col-sm-8">
|
|
|
<input type="text" name="" id="colorName" class="form-control" value="" required="required" pattern="" title="">
|
|
|
<input type="text" name="" id="colorName" class="form-control" value="
|
|
|
{{data.colorCode}}" required="required" pattern="" title="">
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="form-group">
|
|
|
<label for="input" class="col-sm-2 control-label">颜色代码:</label>
|
|
|
<div class="col-sm-8">
|
|
|
<input type="text" name="" id="colorCode" class="form-control" value="" required="required" pattern="" title="">
|
|
|
<input type="text" name="" id="colorCode" class="form-control" value=" {{data.colorName}}" required="required" pattern="" title="">
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="form-group">
|
|
|
<label for="input" class="col-sm-2 control-label">颜色值:</label>
|
|
|
<div class="col-sm-8" id="colorUrlBox">
|
|
|
<input type="file" id="colorValue" name="colorValue" value="{{colorValue}}">
|
|
|
<input type="file" id="colorValue" name="colorValue" value="{{data.colorValue}}">
|
|
|
</div>
|
|
|
</div>
|
|
|
<button id="save" type="button" class="col-sm-offset-3 btn btn-info">保存</button>
|
...
|
...
|
@@ -48,4 +48,4 @@ |
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div> |
|
|
</div> |
|
|
\ No newline at end of file |
...
|
...
|
|