소스 검색

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>