diff --git a/public/react/src/modules/tpm/jupyter/index.js b/public/react/src/modules/tpm/jupyter/index.js
index feaa27e49..02a6c2259 100644
--- a/public/react/src/modules/tpm/jupyter/index.js
+++ b/public/react/src/modules/tpm/jupyter/index.js
@@ -414,11 +414,11 @@ function JupyterTPI (props) {
数据集
{/* 数据集 */}
- {dataSets&&dataSets.length===0?"":
+ {dataSets&&dataSets.length===0?"":
文件路径
-
{jupyter_folder_name}
-
{jupyter_folder_name}
+
{
jsCopy("jupyter_folder_name")
}}>复制地址
diff --git a/public/react/src/modules/tpm/jupyter/index.scss b/public/react/src/modules/tpm/jupyter/index.scss
index 1808e4bb6..2428b93fd 100644
--- a/public/react/src/modules/tpm/jupyter/index.scss
+++ b/public/react/src/modules/tpm/jupyter/index.scss
@@ -237,4 +237,9 @@ line-height: 50px !important;
white-space: nowrap;
cursor: default;
width: 181px;
+}
+
+.height45lineheight45{
+ height: 45px;
+ line-height: 45px !important;
}
\ No newline at end of file