Commit 4ef48339b38f35cc97f0380d0587ffe40eafe6c0

Authored by fengtao
1 parent 52a8f36a

pref:优化上一步按钮样式

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