You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

226 lines
3.7 KiB

5 years ago
4 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
  1. /* 侧边导航栏 start*/
  2. .el-menu-item, .el-submenu__title {
  3. height: 35px;
  4. line-height: 35px;
  5. position: relative;
  6. -webkit-box-sizing: border-box;
  7. white-space: nowrap;
  8. list-style: none;
  9. }
  10. .el-submenu .el-menu-item {
  11. height: 35px;
  12. line-height: 35px;
  13. padding: 0 45px;
  14. min-width: 200px;
  15. }
  16. .site-sidebar__inner {
  17. width: 256px;
  18. }
  19. .site-sidebar__inner {
  20. width: 260px;
  21. }
  22. /* 侧边导航栏 end*/
  23. /*table start*/
  24. .el-table th {
  25. display: table-cell !important;
  26. background-color: #17b3a3;
  27. color: #fff;
  28. height: 20px;
  29. }
  30. .el-table .cell {
  31. line-height: 14px;
  32. font-size: 12px;
  33. height: 15px;
  34. }
  35. .el-input--medium .el-input__inner {
  36. height: 28px;
  37. line-height: 20px;
  38. }
  39. .el-table--medium td, .el-table--medium th {
  40. padding: 5px 0;
  41. }
  42. /*table end*/
  43. /* 输入框 start*/
  44. .el-input--medium {
  45. font-size: 12px;
  46. }
  47. .el-button--medium {
  48. padding: 5px 11px;
  49. font-size: 12px;
  50. border-radius: 4px;
  51. }
  52. .el-select-dropdown__item {
  53. font-size: 12px;
  54. }
  55. .el-form-item {
  56. margin-bottom: 0px;
  57. }
  58. .el-checkbox__inner {
  59. width: 12px;
  60. height: 11px;
  61. }
  62. /* 输入框 end*/
  63. /* tag start*/
  64. .el-tag--small {
  65. height: 15px;
  66. padding: 0 8px;
  67. line-height: 13px;
  68. }
  69. /* tag end*/
  70. .el-table .caret-wrapper {
  71. height: 20px;
  72. }
  73. /* table排序 start */
  74. .el-table .descending .sort-caret.descending {
  75. border-top-color: #00ff00;
  76. }
  77. .el-table .ascending .sort-caret.ascending {
  78. border-bottom-color: #00ff00;
  79. }
  80. /* table排序 end */
  81. /* input start*/
  82. .el-input__inner {
  83. padding: 0 5px;
  84. }
  85. /* input end*/
  86. /* el-dialog start*/
  87. .el-dialog__body{
  88. padding: 0px 20px;
  89. }
  90. /* el-dialog end*/
  91. /* el-form-item 间距 start*/
  92. .el-form--label-top .el-form-item__label {
  93. float: none;
  94. display: inline-block;
  95. text-align: left;
  96. padding: 0px 0 0px;
  97. }
  98. /* el-form-item 间距 end*/
  99. /* el-form-item 间距 start*/
  100. .el-form--label-top .el-form-item__label {
  101. float: none;
  102. display: inline-block;
  103. text-align: left;
  104. padding: 0px 0 0px;
  105. line-height: 28px;
  106. }
  107. .el-form-item--medium .el-form-item__content, .el-form-item--medium .el-form-item__label {
  108. line-height: 30px;
  109. }
  110. .el-form-item--mini.el-form-item, .el-form-item--small.el-form-item {
  111. margin-bottom: 1px;
  112. }
  113. /* el-form-item 间距 end*/
  114. /* 提示消息 start */
  115. .el-message{
  116. margin-top: 20%;
  117. }
  118. /* end */
  119. /* 布局间距 */
  120. .el-card__body {
  121. padding: 5px;
  122. }
  123. .site-content > .el-tabs > .el-tabs__content {
  124. padding: 0 5px 5px;
  125. }
  126. .site-content--tabs {
  127. padding: 30px 0 0;
  128. }
  129. .site-navbar__brand {
  130. height: 35px;
  131. line-height: 35px;
  132. font-size: 18px;
  133. }
  134. .site-navbar {
  135. height: 35px;
  136. }
  137. .site-sidebar {
  138. top: 35px;
  139. }
  140. .site-navbar__body {
  141. height: 35px;
  142. }
  143. .site-content > .el-tabs > .el-tabs__header {
  144. top: 35px;
  145. }
  146. .site-navbar__menu .el-menu-item, .site-navbar__menu .el-submenu > .el-submenu__title {
  147. height: 35px;
  148. line-height: 35px;
  149. }
  150. .site-content > .el-tabs > .el-tabs__content > .site-tabs__tools {
  151. top: 35px;
  152. height: 40px;
  153. font-size: 16px;
  154. line-height: 40px;
  155. }
  156. /*按钮*/
  157. .el-dialog__footer {
  158. padding: 10px 20px 20px;
  159. text-align: center;
  160. -webkit-box-sizing: border-box;
  161. box-sizing: border-box;
  162. }
  163. /*提示消息 按钮 确认在右 取消仔左*/
  164. .el-message-box__btns {
  165. padding: 5px 15px 0;
  166. display: flex;
  167. flex-direction: row-reverse;
  168. gap: 10px;
  169. }
  170. /* 树结构label 字体*/
  171. .el-tree-node__label {
  172. font-size: 12px;
  173. }
  174. /* form-item__label*/
  175. .el-form-item__label {
  176. font-size: 12px;
  177. }
  178. /* checkbox__label */
  179. .el-checkbox__label {
  180. font-size: 12px;
  181. }
  182. /* radio__label */
  183. .el-radio__label {
  184. font-size: 12px;
  185. }
  186. .el-table .cell, .el-table th div, .el-table--border td:first-child .cell, .el-table--border th:first-child .cell {
  187. padding-left: 5px;
  188. }
  189. .el-table .cell, .el-table th div {
  190. padding-right: 4px;
  191. overflow: hidden;
  192. text-overflow: ellipsis;
  193. }