astrict.php 895 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <?php
  2. /**
  3. * Created by PhpStorm.
  4. * User: xiaofeng
  5. * Date: 2018/3/6
  6. * Time: 下午2:30
  7. */
  8. use backend\assets\AppAsset;
  9. AppAsset::addScript($this, Yii::$app->request->baseUrl . 'js/usersignup/astrict.js')
  10. ?>
  11. <style>
  12. body {
  13. padding: 15px;
  14. }
  15. .layui-elem-quote {
  16. margin-bottom: 0;
  17. border-left: none;
  18. padding: 10px;
  19. }
  20. .layui-table-page .layui-laypage {
  21. float: right;
  22. margin-right: 1%;
  23. }
  24. </style>
  25. <blockquote class="layui-elem-quote quoteBox demoTable">
  26. <div class="layui-btn-group demoTable">
  27. <button class="layui-btn layui-btn-normal" data-type="addData" type="button">新增</button>
  28. </div>
  29. </blockquote>
  30. <table id="astrictList" lay-filter="astrictList"></table>
  31. <script type="text/html" id="astrictfunc">
  32. <a class="layui-btn layui-btn-danger layui-btn-xs" lay-event="del">删除</a>
  33. </script>