App.vue 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256
  1. <template>
  2. <div id="app">
  3. <router-view />
  4. </div>
  5. </template>
  6. <script>
  7. export default {
  8. name: 'App'
  9. }
  10. </script>
  11. <style lang="scss">
  12. .el-table__fixed-right {
  13. height: 100% !important;
  14. }
  15. .zap-main {
  16. min-height: 100vh;
  17. background-color: #f4f5f6;
  18. }
  19. .zap-bg{
  20. background-color: #ffffff;
  21. }
  22. .zap-padding {
  23. padding: 0 30px;
  24. }
  25. .zap-padding-start {
  26. padding-left: 25px;
  27. }
  28. .zap-padding-end {
  29. padding-right: 25px;
  30. }
  31. .zap-padding-top{
  32. padding-top: 25px !important;
  33. }
  34. .zap-margin-top {
  35. margin-top: 20px;
  36. }
  37. .zap-content {
  38. padding: 20px;
  39. background-color: #ffffff;
  40. }
  41. .zap-font-title {
  42. display: inline-block;
  43. line-height: 36px;
  44. font-size: 18px;
  45. color: #333333;
  46. }
  47. .zap-table {
  48. padding: 0 14px;
  49. box-sizing: border-box;
  50. }
  51. .el-table .el-table__header-wrapper th,
  52. .el-table .el-table__fixed-header-wrapper th {
  53. height: 40px;
  54. font-size: 14px;
  55. color: #333333;
  56. }
  57. .el-table__row {
  58. height: 44px;
  59. font-size: 14px;
  60. color: #333333;
  61. }
  62. .el-table::before,
  63. .el-table--group::after,
  64. .el-table--border::after {
  65. background-color: transparent;
  66. }
  67. .el-table th.el-table__cell.is-leaf,
  68. .el-table td.el-table__cell {
  69. border: none;
  70. }
  71. .pagination-container {
  72. display: flex;
  73. align-items: center;
  74. height: 56px;
  75. margin: 0;
  76. padding: 0 14px;
  77. }
  78. .el-button--medium {
  79. min-width: 102px;
  80. }
  81. .zap-pull-left {
  82. text-align: left;
  83. }
  84. .el-form-item__label {
  85. font-size: 14px !important;
  86. ;
  87. color: #333333;
  88. }
  89. .zap-margin-clear {
  90. margin: 0;
  91. &.el-form-item--medium.el-form-item {
  92. margin: 0;
  93. }
  94. }
  95. .zap-table-search {
  96. padding: 0 25px;
  97. background-color: #ffffff;
  98. .el-form {
  99. padding-top: 25px;
  100. }
  101. }
  102. .zap-title {
  103. padding: 25px;
  104. font-size: 16px;
  105. color: #333333;
  106. background-color: #ffffff;
  107. }
  108. .zap-title__prefix {
  109. display: inline-block;
  110. margin-right: 10px;
  111. width: 5px;
  112. height: 20px;
  113. background-color: #4280f2;
  114. }
  115. .zap-table-search {
  116. padding-top: 12px;
  117. background-color: #ffffff;
  118. }
  119. .zap-table-search__title {
  120. display: inline-block;
  121. line-height: 40px;
  122. height: 40px;
  123. color: #333333;
  124. font-size: 14px;
  125. }
  126. .zap-table-search__form {
  127. display: flex;
  128. align-items: center;
  129. min-height: 90px;
  130. .el-form-item--medium.el-form-item {
  131. margin-bottom: 0;
  132. }
  133. .el-form-item__label {
  134. line-height: 40px;
  135. font-size: 14px;
  136. color: #333333;
  137. }
  138. .el-input--small .el-input__inner {
  139. height: 40px;
  140. line-height: 40px;
  141. }
  142. }
  143. .zap-column-setting {
  144. margin-left: 20px;
  145. }
  146. .zap-right-toolbar{
  147. margin-top: 4px;
  148. }
  149. .zap-upload-invoice .el-dialog__header {
  150. padding: 0;
  151. }
  152. .zap-upload-invoice .el-dialog__body {
  153. padding: 0;
  154. }
  155. .zap-upload-invoice__title {
  156. height: 50px;
  157. padding: 0 20px;
  158. padding-right: 0;
  159. background-color: #f4f5f7;
  160. .title {
  161. font-size: 16px;
  162. color: #333333;
  163. }
  164. .el-icon-close {
  165. padding: 19px 20px;
  166. font-size: 12px;
  167. color: #666666;
  168. cursor: pointer;
  169. }
  170. }
  171. .zap-upload-invoice__top {
  172. padding: 30px 58px;
  173. background-color: #ffffff;
  174. }
  175. .zap-upload-invoice__top-text {
  176. // margin-left: 20px;
  177. font-size: 12px;
  178. color: #999999;
  179. }
  180. .zap-upload-invoice__form .el-upload-dragger {
  181. width: 484px;
  182. height: 250px;
  183. border: dashed 1px #e0e0e0;
  184. background-color: #f4f5f6;
  185. }
  186. .zap-upload-invoice .el-upload-dragger .el-icon-upload {
  187. margin-top: 0px;
  188. margin-bottom: 20px;
  189. }
  190. .zap-upload-invoice__text {
  191. margin-bottom: 11px;
  192. font-size: 14px;
  193. color: #333333;
  194. span {
  195. color: #21b24b;
  196. }
  197. }
  198. .zap-upload-invoice__tip {
  199. line-height: 18px;
  200. font-size: 12px;
  201. color: #999999;
  202. }
  203. .zap-upload-invoce__inner{
  204. display: flex;
  205. flex-direction: column;
  206. justify-content: center;
  207. align-items: center;
  208. width: 100%;
  209. height: 100%;
  210. }
  211. .zap-form {
  212. padding: 0 25px;
  213. background-color: #ffffff;
  214. }
  215. .zap-table ::v-deep .el-form-item__content {
  216. width: 100%;
  217. }
  218. </style>