jobdone-shared-files 1.0.43 → 1.0.45
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/ModuleInfo/LayoutNav.vue
CHANGED
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
</a>
|
|
17
17
|
</div>
|
|
18
18
|
</div>
|
|
19
|
-
<a :href="finalRootDomain + moduleInfoData.isPersonal ? '/
|
|
19
|
+
<a :href="finalRootDomain + (moduleInfoData.isPersonal ? '/PersonalPlan' : '/CompanyOrderDetail')" class="d-block a-reset-color a-hover-gradient border-bottom px-4 py-3 lh-1">
|
|
20
20
|
<small>
|
|
21
21
|
<div class="mb-2">
|
|
22
22
|
<b class="text-line-clamp-1">{{ moduleInfoData.isPersonal ? userDisplayName : orgName }}</b>
|
package/autocompleteSelect.vue
CHANGED
|
@@ -386,11 +386,13 @@ onUnmounted(() => {
|
|
|
386
386
|
white-space: nowrap;
|
|
387
387
|
overflow: hidden;
|
|
388
388
|
text-overflow: ellipsis;
|
|
389
|
+
padding-right: 2rem;
|
|
389
390
|
}
|
|
390
391
|
|
|
391
392
|
.autocomplete-select-component-keyword-filter-input {
|
|
392
393
|
opacity: 0;
|
|
393
394
|
position: relative;
|
|
395
|
+
padding-right: 2rem;
|
|
394
396
|
|
|
395
397
|
&.active {
|
|
396
398
|
opacity: 1;
|