userlist.less 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. .layui-body{
  2. .main{
  3. table{
  4. th{
  5. white-space: nowrap;
  6. text-align: center;
  7. }
  8. .layui-table-cell{
  9. white-space: nowrap;
  10. text-align: center;
  11. padding: 0;
  12. }
  13. .headpic{
  14. height: 100%;
  15. }
  16. }
  17. .layui-body .main .layui-table, .layui-body .main .layui-table-view{
  18. margin: 10px 0 0px;
  19. }
  20. #popUpdateTest{
  21. .img-box{
  22. display: block;
  23. height: 100px;
  24. position: relative;
  25. &>img{
  26. width: 100px;
  27. }
  28. #chooseImage{
  29. position: absolute;
  30. width: 100%;
  31. height: 100%;
  32. display:none;
  33. }
  34. }
  35. }
  36. .searchbox{
  37. width: 100%;
  38. white-space: nowrap;
  39. .searchname{
  40. margin-left: 5px;
  41. }
  42. }
  43. }
  44. }