Explorar o código

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

yunxing %!s(int64=4) %!d(string=hai) anos
pai
achega
755234730c
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  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>