From cafca05eeecbc50a398457e9691a7ebecbfcb739 Mon Sep 17 00:00:00 2001
From: wangjiahao <1522128093@qq.com>
Date: Thu, 22 Jul 2021 10:20:38 +0800
Subject: [PATCH] =?UTF-8?q?feat:=E4=BB=AA=E8=A1=A8=E6=9D=BF=E7=9F=A9?=
=?UTF-8?q?=E5=BD=A2=E7=BB=84=E4=BB=B6=E5=A2=9E=E5=8A=A0=E9=80=8F=E6=98=8E?=
=?UTF-8?q?=E5=BA=A6=E6=A0=B7=E5=BC=8F=E8=AE=BE=E7=BD=AE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../canvas/components/RectangleAttr.vue | 11 +++-
frontend/src/styles/deicon/demo_index.html | 52 +++++++++++++++++-
frontend/src/styles/deicon/iconfont.css | 14 ++++-
frontend/src/styles/deicon/iconfont.js | 2 +-
frontend/src/styles/deicon/iconfont.json | 14 +++++
frontend/src/styles/deicon/iconfont.ttf | Bin 10836 -> 11112 bytes
frontend/src/styles/deicon/iconfont.woff | Bin 6724 -> 6860 bytes
frontend/src/styles/deicon/iconfont.woff2 | Bin 5552 -> 5708 bytes
8 files changed, 85 insertions(+), 8 deletions(-)
diff --git a/frontend/src/components/canvas/components/RectangleAttr.vue b/frontend/src/components/canvas/components/RectangleAttr.vue
index c9ff00a741..2ffbf33d6e 100644
--- a/frontend/src/components/canvas/components/RectangleAttr.vue
+++ b/frontend/src/components/canvas/components/RectangleAttr.vue
@@ -32,6 +32,14 @@
+
+
+
+
+
+
+
+
+
@@ -173,7 +182,7 @@ export default {
.el-card-main {
height: 34px;
z-index: 1000000000;
- width: 210px;
+ width: 300px;
position: absolute;
}
diff --git a/frontend/src/styles/deicon/demo_index.html b/frontend/src/styles/deicon/demo_index.html
index 63a3cf281e..f6b2332ee2 100644
--- a/frontend/src/styles/deicon/demo_index.html
+++ b/frontend/src/styles/deicon/demo_index.html
@@ -54,6 +54,18 @@
+ -
+
+
透明
+ 
+
+
+ -
+
+
弧度
+ 
+
+
-
放大
@@ -282,9 +294,9 @@
@font-face {
font-family: 'iconfont';
- src: url('iconfont.woff2?t=1626147352097') format('woff2'),
- url('iconfont.woff?t=1626147352097') format('woff'),
- url('iconfont.ttf?t=1626147352097') format('truetype');
+ src: url('iconfont.woff2?t=1626919869905') format('woff2'),
+ url('iconfont.woff?t=1626919869905') format('woff'),
+ url('iconfont.ttf?t=1626919869905') format('truetype');
}
第二步:定义使用 iconfont 的样式
@@ -310,6 +322,24 @@
+ -
+
+
+ 透明
+
+ .icon-touming
+
+
+
+ -
+
+
+ 弧度
+
+ .icon-fangxing-
+
+
+
-
@@ -652,6 +682,22 @@
+ -
+
+
透明
+ #icon-touming
+
+
+ -
+
+
弧度
+ #icon-fangxing-
+
+
-