|
@@ -48,7 +48,6 @@
|
|
|
</span>
|
|
|
<span :class="{ disable: data.disable }" class="name">
|
|
|
{{ data.raw.name }}
|
|
|
-
|
|
|
</span>
|
|
|
</div>
|
|
|
|
|
@@ -258,7 +257,7 @@ const handlerExport = (type: number, name: string) => {
|
|
|
width: calc(100% - 50px);
|
|
|
align-items: flex-start;
|
|
|
justify-content: space-between;
|
|
|
-
|
|
|
+ font-size: var(--font14);
|
|
|
|
|
|
.title {
|
|
|
flex: 1;
|
|
@@ -276,6 +275,7 @@ const handlerExport = (type: number, name: string) => {
|
|
|
width: 100%;
|
|
|
flex-wrap: nowrap;
|
|
|
|
|
|
+
|
|
|
.name {
|
|
|
padding-left: 15px;
|
|
|
color: #999;
|
|
@@ -300,7 +300,8 @@ const handlerExport = (type: number, name: string) => {
|
|
|
}
|
|
|
|
|
|
.sub-title {
|
|
|
- font-size: 16px;
|
|
|
+ font-size: 14px;
|
|
|
+ font-weight: bolder;
|
|
|
}
|
|
|
}
|
|
|
|