ソースを参照

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

yunxing 4 年 前
コミット
755234730c
1 ファイル変更4 行追加0 行削除
  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>