diff --git a/react-ui/src/components/RightContent/index.tsx b/react-ui/src/components/RightContent/index.tsx
index 52a49bbd..c2a4a7bf 100644
--- a/react-ui/src/components/RightContent/index.tsx
+++ b/react-ui/src/components/RightContent/index.tsx
@@ -50,7 +50,7 @@ const GlobalHeaderRight: React.FC = () => {
-
+ {/* */}
);
};
diff --git a/react-ui/src/pages/Dataset/index.less b/react-ui/src/pages/Dataset/index.less
index d22c8dbe..2ff0b580 100644
--- a/react-ui/src/pages/Dataset/index.less
+++ b/react-ui/src/pages/Dataset/index.less
@@ -210,7 +210,6 @@
display: flex;
flex: 1;
flex-direction: column;
- font-family: 'Alibaba';
height: 100%;
padding: 22px 30px 26px 30px;
background: #ffffff;
@@ -229,11 +228,11 @@
flex: 1;
flex-wrap: wrap;
align-content: flex-start;
- font-family: 'Alibaba';
- width: 103%;
+
+ width: 102%;
.dataItem {
position: relative;
- width: 23%;
+ width: 23.5%;
height:164px;
background:#ffffff;
border:1px solid;
@@ -250,7 +249,7 @@
line-height: 0px;
color:#1d1d20;
font-size:16px;
-
+ font-family: 'Alibaba';
}
.itemDescripition{
position: absolute;
@@ -286,7 +285,7 @@
}
.dataItem:hover{
border-color: #1664FF;
- box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.2)
+ box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.1)
}
.dataItem:hover .itemText{
diff --git a/react-ui/src/pages/Model/index.less b/react-ui/src/pages/Model/index.less
index 5bf1cc1b..7bee2701 100644
--- a/react-ui/src/pages/Model/index.less
+++ b/react-ui/src/pages/Model/index.less
@@ -219,10 +219,10 @@
flex: 1;
flex-wrap: wrap;
align-content: flex-start;
- width: 100%;
+ width: 102%;
.dataItem {
position: relative;
- width: 23%;
+ width: 23.5%;
height:164px;
background:#ffffff;
border:1px solid;
@@ -239,7 +239,7 @@
line-height: 0px;
color:#1d1d20;
font-size:16px;
-
+ font-family: 'Alibaba';
}
.itemDescripition{
position: absolute;
@@ -275,7 +275,7 @@
}
.dataItem:hover{
border-color: #1664FF;
- box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.2)
+ box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.1)
}
.dataItem:hover .itemText{