Skip to content

Commit 1471455

Browse files
huanglvjingCunzili
authored andcommitted
feat(frontend): change ObjectStorage and AppLaunchpad CSS Devbox page (labring#5839)
* changeCSS * Fix the bugs and CSS issues of the devbox * Remove embedded git repository * Add sealos files as regular files * Remove nested sealos repository completely * fix bug
1 parent 04e5296 commit 1471455

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

frontend/providers/applaunchpad/src/styles/global.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
th {
77
text-align: left;
88
padding: 8px 16px;
9-
user-select: all;
9+
user-select: auto;
1010
font-weight: 500;
1111
color: #485264;
1212
line-height: 16px;

frontend/providers/devbox/components/drawers/DeployDevboxDrawer.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@ export default function DeployDevboxDrawer({
9191
formData: tempFormDataStr
9292
}
9393
});
94-
}, [deployData]);
94+
onSuccess();
95+
}, [deployData, onSuccess]);
9596

9697
const handleUpdate = useCallback(
9798
(item: AppListItemType) => {

frontend/providers/objectstorage/src/components/BucketContainer/FileManager.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ export default function FileManager({ ...styles }: FlexProps) {
586586
}}
587587
position={'relative'}
588588
>
589-
<Table variant="simple">
589+
<Table variant="simple" position="relative" zIndex={1}>
590590
<Thead>
591591
{table.getHeaderGroups().map((group) => {
592592
return (

0 commit comments

Comments
 (0)