第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問題,去搜搜看,總會(huì)有你想問的

將 SVG 疊加在表格主體頂部

將 SVG 疊加在表格主體頂部

慕田峪7331174 2023-11-13 15:21:02
是否可以將 SVG 畫布覆蓋在可滾動(dòng)的 tbody 之上?我需要在我的 trs 中的 div 之間畫線。如果可以將 SVG 畫布覆蓋在可滾動(dòng)的 tbody 上,那么任何示例都會(huì)非常感激。以下是我正在使用的表的示例,表溢出是自動(dòng)的。在此示例中,我嘗試在“連接 1”和“連接 2”之間畫一條線,并且當(dāng)我向左/向右或向上/向下滾動(dòng)表格時(shí),我希望使該線保持與這兩個(gè)組件的連接。<table>  <thead>    <tr>      <th>1 </th>      <th>2 </th>      <th>3 </th>    </tr>  </thead>  <tbody>    <svg style="    position: absolute;    width: 100%;    height: 100%;    top: 0;    left: 0;">  <line x1="0" y1="0" x2="200" y2="200" style="stroke:rgb(255,0,0);stroke-width:2"></line></svg>    <tr style="height: 30px;">      <td style="position: absolute; left: 100px;">        <div>Connection 1 </div>      </td>    </tr>    <tr style="height: 30px;">      <td>        <div style="position: absolute; left: 200px;">Connection 2 </div>      </td>    </tr>    <tr style="height: 30px;">      <td>        <div style="position: absolute; left: 400px;">Connection 3 </div>      </td>    </tr>    <tbody></table>
查看完整描述

1 回答

?
慕神8447489

TA貢獻(xiàn)1780條經(jīng)驗(yàn) 獲得超1個(gè)贊

我能夠讓它工作,我必須去尋找position: relative;并在里面標(biāo)記<table><tbody><svg><tbody>position: absolute; width: 100%; height: 100%;



查看完整回答
反對(duì) 回復(fù) 2023-11-13
  • 1 回答
  • 0 關(guān)注
  • 377 瀏覽

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)