Browse Source

feat 编辑图例备注 保存按钮背景色修改

yunxing 4 năm trước cách đây
mục cha
commit
755234730c
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      src/components/legendremarks.vue

+ 4 - 0
src/components/legendremarks.vue

@@ -121,4 +121,8 @@ export default {
 .quill-editor {
     height: 130px;
 }
+// 修改保存按钮背景色
+/deep/ .ant-btn-primary {
+    background: linear-gradient(180deg, rgba(54, 156, 247, 1) 0%, rgba(2, 91, 170, 1) 100%);
+}
 </style>