mirror of
https://github.com/NotoChen/Jetbrains-Help.git
synced 2025-05-24 23:16:44 +08:00
feat: 增加复制框大小
This commit is contained in:
parent
d0975268a9
commit
3be2046f9a
|
@ -40,7 +40,7 @@
|
||||||
th:text="${product.getName()}"></h1>
|
th:text="${product.getName()}"></h1>
|
||||||
<p title="复制到剪贴板" class="truncate text-sm text-grey" onclick="copyLicense(this)"
|
<p title="复制到剪贴板" class="truncate text-sm text-grey" onclick="copyLicense(this)"
|
||||||
data-content="复制到剪贴板">
|
data-content="复制到剪贴板">
|
||||||
**********
|
*********************************************************************************************************************************************************
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="mask"></div>
|
<div class="mask"></div>
|
||||||
|
@ -64,7 +64,7 @@
|
||||||
th:text="${plugin.getName()}"></h1>
|
th:text="${plugin.getName()}"></h1>
|
||||||
<p title="复制到剪贴板" class="truncate text-sm text-grey" onclick="copyLicense(this)"
|
<p title="复制到剪贴板" class="truncate text-sm text-grey" onclick="copyLicense(this)"
|
||||||
data-content="复制到剪贴板">
|
data-content="复制到剪贴板">
|
||||||
**********
|
*********************************************************************************************************************************************************
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="mask"></div>
|
<div class="mask"></div>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user