修改样式

This commit is contained in:
yangjun 2026-02-26 10:34:52 +08:00
parent 791d4d382b
commit 596fd473a2
1 changed files with 9 additions and 3 deletions

View File

@ -311,11 +311,11 @@
<SectionDivider :title="'平台信息'" /> <SectionDivider :title="'平台信息'" />
</a-col> </a-col>
<a-col :span="2" style="margin-bottom: 14px; "> <a-col :span="2" style="margin-bottom: 14px; ">
<a @click="handleCopyPlatInfo" class="noDisabled aclk"> <span @click="handleCopyPlatInfo" class="noDisabled aclk">
<!-- <a-button class="noDisabled" type="primary" :disabled="false"> --> <!-- <a-button class="noDisabled" type="primary" :disabled="false"> -->
<!-- </a-button> --> <!-- </a-button> -->
</a> </span>
</a-col> </a-col>
<a-col :span="12"> <a-col :span="12">
<a-form-item label="访问地址"> <a-form-item label="访问地址">
@ -605,6 +605,12 @@ defineExpose({
margin-bottom: 14px; margin-bottom: 14px;
} }
.aclk {
background: #1ea0fa;
padding: 5px 10px;
border-radius: 8px;
color:#fff !important;
}
.noDisabled { .noDisabled {
pointer-events: auto !important; pointer-events: auto !important;