Commit 4ef48339b38f35cc97f0380d0587ffe40eafe6c0

Authored by fengtao
1 parent 52a8f36a

pref:优化上一步按钮样式

... ... @@ -219,4 +219,8 @@
219 219 :deep(.ant-col-24) {
220 220 margin-bottom: 20px !important;
221 221 }
  222 + :deep(.ant-btn-default) {
  223 + color: white;
  224 + background: #377dff;
  225 + }
222 226 </style>
... ...
... ... @@ -80,3 +80,10 @@
80 80 },
81 81 });
82 82 </script>
  83 +
  84 +<style lang="less" scoped>
  85 + :deep(.ant-btn-default) {
  86 + color: white;
  87 + background: #377dff;
  88 + }
  89 +</style>
... ...
... ... @@ -242,4 +242,8 @@
242 242 :deep(.ant-col-24) {
243 243 margin-bottom: 20px !important;
244 244 }
  245 + :deep(.ant-btn-default) {
  246 + color: white;
  247 + background: #377dff;
  248 + }
245 249 </style>
... ...
... ... @@ -70,3 +70,9 @@
70 70 },
71 71 });
72 72 </script>
  73 +<style lang="less" scoped>
  74 + :deep(.ant-btn-default) {
  75 + color: white;
  76 + background: #377dff;
  77 + }
  78 +</style>
... ...