修改样式
This commit is contained in:
parent
791d4d382b
commit
596fd473a2
|
|
@ -311,11 +311,11 @@
|
|||
<SectionDivider :title="'平台信息'" />
|
||||
</a-col>
|
||||
<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> -->
|
||||
</a>
|
||||
</span>
|
||||
</a-col>
|
||||
<a-col :span="12">
|
||||
<a-form-item label="访问地址">
|
||||
|
|
@ -605,6 +605,12 @@ defineExpose({
|
|||
margin-bottom: 14px;
|
||||
|
||||
}
|
||||
.aclk {
|
||||
background: #1ea0fa;
|
||||
padding: 5px 10px;
|
||||
border-radius: 8px;
|
||||
color:#fff !important;
|
||||
}
|
||||
|
||||
.noDisabled {
|
||||
pointer-events: auto !important;
|
||||
|
|
|
|||
Loading…
Reference in New Issue