浏览代码

修改背景

dongjq 7 年之前
父节点
当前提交
6124cfc780
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      testone.txt

+ 1 - 1
testone.txt

@@ -3,7 +3,7 @@ div ng-if="item.t__type == 1">
     <div class="item item-input">
         <span>{{item.name}}</span>
         <label class="input-margin">
-            <input type="text" ng-model="item.text" placeholder="{{note}}">
+            <input type="text" ng-model="item.text" placeholder="{{note}}" style="background-colro:black">
         </label>
     </div>
 </div>