3个需求处理和插件通信组件引入(和插件共用的一个ts)

This commit is contained in:
2026-07-15 09:49:21 +08:00
parent 66026f211c
commit 0911760e27
26 changed files with 1100 additions and 367 deletions
@@ -57,7 +57,7 @@
// 区块标题
&__section-title {
font-size: 0.16rem;
font-weight: 520;
font-weight: 620;
line-height: 0.21rem;
color: #1A1A1A;
}
@@ -297,7 +297,7 @@
&__edit-dialog-title {
font-size: 0.18rem;
font-weight: 520;
font-weight: 620;
line-height: 0.24rem;
color: #1A1A1A;
}
@@ -451,7 +451,7 @@
&__title {
font-size: 0.18rem;
font-weight: 520;
font-weight: 620;
color: $text-dark;
line-height: 0.24rem;
}
@@ -464,6 +464,7 @@
display: flex;
flex-direction: column;
gap: 0.16rem;
font-size: 0.14rem;
}
/* 步骤卡片 */
@@ -471,6 +472,8 @@
border: 1px solid #F0F0F0;
border-radius: 0.12rem;
padding: 0.16rem 0.2rem;
display: flex;
flex-wrap: wrap;
}
&__step-row {
@@ -478,6 +481,7 @@
align-items: flex-start;
gap: 0.12rem;
margin-bottom: 0.16rem;
margin-right: 1rem;
}
&__step-num {
@@ -489,7 +493,7 @@
background: #EDF9FA;
border-radius: 0.08rem;
font-size: 0.18rem;
font-weight: 520;
font-weight: 620;
color: $accent;
flex-shrink: 0;
}
@@ -500,7 +504,7 @@
&__step-title {
font-size: 0.18rem;
font-weight: 520;
font-weight: 620;
color: $text-dark;
line-height: 0.24rem;
margin: 0 0 0.04rem;
@@ -523,6 +527,7 @@
background: $bg-main;
border-radius: 0.12rem;
height: 0.44rem;
margin-left: 0.4rem;
}
&__download-name {
@@ -542,7 +547,7 @@
border-radius: 0.08rem;
color: $bg-white;
font-size: 0.14rem;
font-weight: 520;
font-weight: 620;
cursor: pointer;
transition: background 0.2s;
@@ -557,6 +562,7 @@
align-items: flex-start;
gap: 0.24rem;
margin-bottom: 0.16rem;
margin-left: 0.4rem;
}
&__browser-link {
@@ -599,9 +605,10 @@
/* 步骤示意图 */
&__step-img {
width: 100%;
max-width: 4rem;
max-width: 3.52rem;
border-radius: 0.08rem;
margin-top: 0.12rem;
margin-left: 0.4rem;
}
}