diff --git a/src/views/study/coursenew.vue b/src/views/study/coursenew.vue
index bee1f86d..50aa101c 100644
--- a/src/views/study/coursenew.vue
+++ b/src/views/study/coursenew.vue
@@ -92,8 +92,12 @@
外链名称: {{ contentData.contentName }}
-
外链地址: {{ conLink.url }}
-
+
+
+
+ {{ conLink.url }}
+
+
@@ -2395,4 +2399,17 @@
.copy-button:hover {
background-color: #66b1ff;
}
+ .hyper-link-url-container {
+ display: flex;
+ align-items: center;
+ gap: 10px;
+ }
+
+ .hyper-link-url {
+ max-width: calc(100% - 80px); /* 留出按钮空间 */
+ overflow: hidden;
+ white-space: nowrap;
+ text-overflow: ellipsis;
+ }
+