摘要: <div id="app"> <div class="row no-gutters align-items-center mb-4"> <div class="col-10"> <input type="text" class="form-control"> </div> <div class="c 阅读全文
posted @ 2020-08-19 15:18 it写代码 阅读(640) 评论(0) 推荐(0) 编辑
摘要: $(function () { //实现全选反选 $("#chk_all_normal").on('click', function () { $("input[name='chk_list_normal']").prop("checked", $(this).prop('checked')); } 阅读全文
posted @ 2020-08-19 15:02 it写代码 阅读(583) 评论(0) 推荐(0) 编辑
摘要: <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/vant@2.9/lib/index.css" /> <script src="https://cdn.jsdelivr.net/npm/vue/dist/vue.min.js"></ 阅读全文
posted @ 2020-08-19 10:41 it写代码 阅读(10124) 评论(0) 推荐(0) 编辑
摘要: 目前每个组件必须只有一个根元素,建议将模板中的全部内容包装在一个新元素内。vue.js官网中的解释如下图: 阅读全文
posted @ 2020-08-19 10:08 it写代码 阅读(650) 评论(0) 推荐(0) 编辑
摘要: @{ ViewData["Title"] = $"验收部位"; } <div class="row no-gutters align-items-center"> <div class="col-3">关键词查询:</div> <div class="col-6 search_box"><input 阅读全文
posted @ 2020-08-19 09:13 it写代码 阅读(691) 评论(0) 推荐(0) 编辑