fix: ui 样式
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
</div>
|
||||
<div
|
||||
class="logical-title-line"
|
||||
:style="{ left: `${activeIndex * posLeft}px`, width: `${lineWidth}px` }"
|
||||
:style="{ left: `${(activeIndex) * posLeft + 20}px`, width: `${lineWidth}px` }"
|
||||
></div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@@ -5,11 +5,11 @@
|
||||
<div class="content">
|
||||
<div class="left">
|
||||
<a-input v-model:value="code" style="width: 580px"></a-input>
|
||||
<div class="copy-btn" @click="handleCopy">
|
||||
<div class="copy-btn" @click="handleCopy" style="border-radius: 4px;">
|
||||
<img class="copy-icon" :src="require('@/assets/img/publish/copy_icon.png')" alt="" />
|
||||
<span style="height: 18px; line-height: 18px;">复制</span>
|
||||
</div>
|
||||
<a-button type="primary" @click="openLink" style="margin-left: 16px">
|
||||
<a-button type="primary" @click="openLink" style="margin-left: 16px; border-radius: 4px;">
|
||||
<template #icon>
|
||||
<img class="share-icon" :src="require('@/assets/img/publish/dakai.png')" alt="" />
|
||||
</template>
|
||||
@@ -217,7 +217,7 @@ export default {
|
||||
justify-content: center;
|
||||
width: 76px;
|
||||
height: 32px;
|
||||
border-radius: 2px;
|
||||
border-radius: 4px;
|
||||
box-shadow: 0 2px 0 rgb(0 0 0 / 2%);
|
||||
cursor: pointer;
|
||||
background: #f5f5f5;
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<div class="customer">
|
||||
<sub-title>投放任务</sub-title>
|
||||
<div class="customer-btn" style="text-align: right">
|
||||
<a-button type="primary" style="margin-right: 12px;" @click="addLaunchTask(1)">
|
||||
<a-button type="primary" style="margin-right: 12px; border-radius: 4px;" @click="addLaunchTask(1)">
|
||||
<i class="iconfont icon-tianjia mr-10"></i>
|
||||
<span style="vertical-align: top;">新建投放任务</span>
|
||||
</a-button>
|
||||
|
||||
@@ -48,11 +48,11 @@
|
||||
<div class="customer">
|
||||
<sub-title>自定义来源</sub-title>
|
||||
<div class="customer-btn" style="text-align: right">
|
||||
<a-button type="primary" style="margin-right: 12px" @click="addSource">
|
||||
<a-button type="primary" style="margin-right: 12px; border-radius: 4px;" @click="addSource">
|
||||
<i class="iconfont icon-tianjia"></i>
|
||||
<span style="vertical-align: top;">添加来源</span>
|
||||
</a-button>
|
||||
<a-button @click="addSSource"> 批量添加 </a-button>
|
||||
<a-button @click="addSSource" style="border-radius: 4px;"> 批量添加 </a-button>
|
||||
</div>
|
||||
</div>
|
||||
<div class="tableBox" v-if="dataSource.length > 0" :class="on_mouse ? 'isEditTable' : ''">
|
||||
|
||||
@@ -162,7 +162,7 @@ export default {
|
||||
font-size: 11px;
|
||||
margin-top: 10px;
|
||||
transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
||||
border-radius: 6px;
|
||||
border-radius: 4px;
|
||||
cursor: pointer;
|
||||
&-name {
|
||||
width: 100%;
|
||||
|
||||
@@ -67,7 +67,7 @@
|
||||
v-show="!iframeShow"
|
||||
:titles="logicTitles"
|
||||
:posLeft="140"
|
||||
:lineWidth="95"
|
||||
:lineWidth="60"
|
||||
@check="
|
||||
(e) => {
|
||||
title = e.flag;
|
||||
|
||||
Reference in New Issue
Block a user