@@ -374,6 +374,8 @@ const { isOverflow: isDestinationOverflow } = useOverflow(destinationRef, allDat
color: var(--color-neutral-2);
}
.content {
+ width: 100%;
+ word-wrap: break-word;
min-height: 16px;
font-size: 14px;
font-weight: 700;
@@ -222,7 +222,7 @@ const saveConfig = (model: string) => {
<template #default>
<span>{{ key }}</span>
<el-select
- style="margin-left: 28px; width: 320px"
+ style="margin-left: 28px; width: 320px; height: 42px"
v-if="dateFormat === key"
size="large"
v-model="monthFormat"
@@ -348,6 +348,8 @@ const openShareDialog = () => {
@@ -553,6 +553,8 @@ const SubscribeShipments = () => {