ソースを参照

min-width: 600px

lifanagju_citu 10 ヶ月 前
コミット
910608fde0

+ 3 - 2
src/views/recruit/enterprise/systemManagement/groupAccount/components/link.vue

@@ -3,7 +3,7 @@
   <div style="font-size: 14px;">
     <div class="mt-5 color-777">将下面的公共邀请链接通过微信、00等任何方式发给同事,即可点击加入公司。请注意,用户同意后将自动加入到团队中,您需确保添加到的同事为同一公司招聘人员</div>
     <div class="mt-5 d-flex align-center">
-      <div class="mr-5 shareUrlTxt">
+      <div class="mr-5 shareUrlTxtBox">
         <span v-if="code">{{ shareUrlTxt }}</span>
         <span v-else class="color-666">点击刷新生成邀请链接</span>
       </div>
@@ -88,10 +88,11 @@ const copy = async () => {
 
 </script>
 <style lang="scss" scoped>
-.shareUrlTxt {
+.shareUrlTxtBox {
   line-height: 30px;
   background-color: #f0f0f0;
   // border-radius: 5px;
   padding: 6px 16px;
+  min-width: 600px;
 }
 </style>