+
onInputSearchKeyword(e.target.value)}
/>
- {
- marketPluginList.map((vo, index) => {
- return
- })
- }
+
+ {
+ marketPluginList.map((vo, index) => {
+ return
+ })
+ }
+
+
{
+ getPluginList(pageNumber)
+ }}
+ />
+
)
}
diff --git a/web_ui/src/app/home/plugins/plugins.module.css b/web_ui/src/app/home/plugins/plugins.module.css
index 438ce546..1393c15b 100644
--- a/web_ui/src/app/home/plugins/plugins.module.css
+++ b/web_ui/src/app/home/plugins/plugins.module.css
@@ -1,7 +1,19 @@
+.pageContainer {
+ width: 100%;
+ height: calc(100% - 30px);
+}
+
+.marketComponentBody {
+ width: 100%;
+ height: calc(100% - 60px);
+}
+
.pluginListContainer {
align-self: flex-start;
justify-self: flex-start;
width: calc(100% - 60px);
+ height: 100%;
+ max-height: 100%;
margin: auto;
display: grid;
grid-template-rows: repeat(auto-fill, minmax(160px, 1fr));
@@ -9,6 +21,7 @@
gap: 15px;
justify-items: center;
align-items: center;
+ overflow-y: scroll;
}
.modalTitle {
@@ -22,4 +35,4 @@
display: flex;
flex-direction: column;
justify-content: space-around;
-}
\ No newline at end of file
+}