能力上架回滚
This commit is contained in:
parent
a65014ace5
commit
27a8de9a93
|
@ -7,19 +7,17 @@
|
|||
-->
|
||||
<template>
|
||||
<div class="box">
|
||||
<!-- <div class="header">能力上架申请</div> -->
|
||||
<div class="header">能力上架申请</div>
|
||||
<div class="top">
|
||||
<div
|
||||
v-for="(nav, index) in navList"
|
||||
:key="nav"
|
||||
:class="[index <= navList2.indexOf(showView) ? 'finish' : 'ff']"
|
||||
:class="[index <= navList2.indexOf(showView) ? 'finish' : '']"
|
||||
>
|
||||
<div class="wai">
|
||||
<span class="bg-box">
|
||||
<span>{{ index + 1 }}</span>
|
||||
</span>
|
||||
<span class="bg-name">{{ nav.name }}</span>
|
||||
</div>
|
||||
<span>{{ nav.name }}</span>
|
||||
<div class="line" v-if="index !== navList.length - 1"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -81,10 +79,37 @@
|
|||
:required="required"
|
||||
:notFilled="notFilled"
|
||||
></put-on-the-shelf>
|
||||
|
||||
<!-- <algorithm-essential-information
|
||||
v-if="showView === '基本信息' && refData.name"
|
||||
:refData="refData"
|
||||
:dataFrom="dataFrom"
|
||||
:videoList="videoList"
|
||||
></algorithm-essential-information>
|
||||
<algorithm-advantage
|
||||
v-else-if="showView === '算法优势'"
|
||||
:refData="refData"
|
||||
:dataFrom="dataFrom"
|
||||
></algorithm-advantage>
|
||||
<algorithm-scenarios
|
||||
v-else-if="showView === '应用场景'"
|
||||
:refData="refData"
|
||||
:dataFrom="dataFrom"
|
||||
></algorithm-scenarios> -->
|
||||
<!-- <algorithm-scenarios
|
||||
v-else-if="showView === '应用场景'"
|
||||
:refData="refData"
|
||||
:dataFrom="dataFrom"
|
||||
></algorithm-scenarios> -->
|
||||
<!-- <algorithm-deployment-use
|
||||
v-else-if="showView === '部署与使用'"
|
||||
:refData="refData"
|
||||
:dataFrom="dataFrom"
|
||||
:fileList="fileList"
|
||||
:imgList="imgList"
|
||||
></algorithm-deployment-use> -->
|
||||
</div>
|
||||
<div class="btn" :class="showView === '基本信息' ? 'first' : ''">
|
||||
|
||||
<button @click="close()">取消</button>
|
||||
<a-popconfirm
|
||||
v-if="
|
||||
showView == '算法优势' &&
|
||||
|
@ -98,7 +123,7 @@
|
|||
@confirm="changeSfys('上一步')"
|
||||
@cancel="cancel"
|
||||
>
|
||||
<button class="buzhou">上一步</button>
|
||||
<button>上一步</button>
|
||||
</a-popconfirm>
|
||||
<button
|
||||
v-else-if="
|
||||
|
@ -107,7 +132,6 @@
|
|||
sfys[0].list.length
|
||||
"
|
||||
@click="changeSfys('上一步')"
|
||||
class="buzhou"
|
||||
>
|
||||
上一步
|
||||
</button>
|
||||
|
@ -124,7 +148,7 @@
|
|||
@confirm="changeYycj('上一步')"
|
||||
@cancel="cancel"
|
||||
>
|
||||
<button class="buzhou">上一步</button>
|
||||
<button>上一步</button>
|
||||
</a-popconfirm>
|
||||
<button
|
||||
v-else-if="
|
||||
|
@ -133,11 +157,10 @@
|
|||
yycj[0].list.length
|
||||
"
|
||||
@click="changeYycj('上一步')"
|
||||
class="buzhou"
|
||||
>
|
||||
上一步
|
||||
</button>
|
||||
<button class="buzhou" v-else-if="showView !== '基本信息'" @click="back()">
|
||||
<button v-else-if="showView !== '基本信息'" @click="back()">
|
||||
上一步
|
||||
</button>
|
||||
<a-popconfirm
|
||||
|
@ -154,9 +177,9 @@
|
|||
@confirm="changeBs('预览')"
|
||||
@cancel="cancel"
|
||||
>
|
||||
<button class="buzhou">预览</button>
|
||||
<button>预览</button>
|
||||
</a-popconfirm>
|
||||
<button v-else-if="showView === '部署与使用'" @click="preview()" class="buzhou">
|
||||
<button v-else-if="showView === '部署与使用'" @click="preview()">
|
||||
预览
|
||||
</button>
|
||||
<a-popconfirm
|
||||
|
@ -172,7 +195,7 @@
|
|||
@confirm="changeSfys('下一步')"
|
||||
@cancel="cancel"
|
||||
>
|
||||
<button class="buzhou">下一步</button>
|
||||
<button>下一步</button>
|
||||
</a-popconfirm>
|
||||
<button
|
||||
v-else-if="
|
||||
|
@ -181,7 +204,6 @@
|
|||
sfys[0].list.length
|
||||
"
|
||||
@click="changeSfys('下一步')"
|
||||
class="buzhou"
|
||||
>
|
||||
下一步
|
||||
</button>
|
||||
|
@ -198,7 +220,7 @@
|
|||
@confirm="changeYycj('下一步')"
|
||||
@cancel="cancel"
|
||||
>
|
||||
<button class="buzhou">下一步</button>
|
||||
<button>下一步</button>
|
||||
</a-popconfirm>
|
||||
<button
|
||||
v-else-if="
|
||||
|
@ -207,11 +229,10 @@
|
|||
yycj[0].list.length
|
||||
"
|
||||
@click="changeYycj('下一步')"
|
||||
class="buzhou"
|
||||
>
|
||||
下一步
|
||||
</button>
|
||||
<button class="buzhou" v-else-if="showView !== '部署与使用'" @click="next()">
|
||||
<button v-else-if="showView !== '部署与使用'" @click="next()">
|
||||
下一步
|
||||
</button>
|
||||
<a-popconfirm
|
||||
|
@ -228,37 +249,36 @@
|
|||
@confirm="changeBs('提交')"
|
||||
@cancel="cancel"
|
||||
>
|
||||
<button class="buzhou">提交</button>
|
||||
<button>提交</button>
|
||||
</a-popconfirm>
|
||||
<button class="buzhou" v-else-if="服务商联系电话 === '部署与使用'" @click="submit()">
|
||||
<button v-else-if="showView === '部署与使用'" @click="submit()">
|
||||
提交
|
||||
</button>
|
||||
<button class="quxiao" @click="close()">取消</button>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
<script setup>
|
||||
// import AlgorithmEssentialInformation from '@/views/capacityOnTheShelf/components/AlgorithmEssentialInformation.vue'
|
||||
// import AlgorithmAdvantage from '@/views/capacityOnTheShelf/components/AlgorithmAdvantage.vue'
|
||||
// import AlgorithmScenarios from '@/views/capacityOnTheShelf/components/AlgorithmScenarios.vue'
|
||||
import PutOnTheShelf from '@/views/capacityOnTheShelf/components/PutOnTheShelf.vue'
|
||||
// import AlgorithmDeploymentUse from '@/views/capacityOnTheShelf/components/AlgorithmDeploymentUse.vue'
|
||||
import { ref, onBeforeUnmount } from 'vue'
|
||||
import { useRouter } from 'vue-router'
|
||||
import { getCategoryTree } from '@/api/personalCenter'
|
||||
import { shangjiainsert, shangjiaapply } from '@/api/personalCenter'
|
||||
import {
|
||||
// import AlgorithmEssentialInformation from '@/views/capacityOnTheShelf/components/AlgorithmEssentialInformation.vue'
|
||||
// import AlgorithmAdvantage from '@/views/capacityOnTheShelf/components/AlgorithmAdvantage.vue'
|
||||
// import AlgorithmScenarios from '@/views/capacityOnTheShelf/components/AlgorithmScenarios.vue'
|
||||
import PutOnTheShelf from '@/views/capacityOnTheShelf/components/PutOnTheShelf.vue'
|
||||
// import AlgorithmDeploymentUse from '@/views/capacityOnTheShelf/components/AlgorithmDeploymentUse.vue'
|
||||
import { ref, onBeforeUnmount } from 'vue'
|
||||
import { useRouter } from 'vue-router'
|
||||
import { getCategoryTree } from '@/api/personalCenter'
|
||||
import { shangjiainsert, shangjiaapply } from '@/api/personalCenter'
|
||||
import {
|
||||
getUser,
|
||||
getUserInfo,
|
||||
selectOne,
|
||||
updateRes,
|
||||
relaunch,
|
||||
} from '@/api/home'
|
||||
import { message } from 'ant-design-vue'
|
||||
import mybus from '@/myplugins/mybus'
|
||||
const router = useRouter()
|
||||
const showView = ref('基本信息')
|
||||
const sfys = ref([
|
||||
} from '@/api/home'
|
||||
import { message } from 'ant-design-vue'
|
||||
import mybus from '@/myplugins/mybus'
|
||||
const router = useRouter()
|
||||
const showView = ref('基本信息')
|
||||
const sfys = ref([
|
||||
{
|
||||
name: '算法优势',
|
||||
list: [
|
||||
|
@ -276,8 +296,8 @@ const sfys = ref([
|
|||
},
|
||||
],
|
||||
},
|
||||
])
|
||||
const yycj = ref([
|
||||
])
|
||||
const yycj = ref([
|
||||
{
|
||||
name: '应用场景',
|
||||
list: [
|
||||
|
@ -301,8 +321,8 @@ const yycj = ref([
|
|||
},
|
||||
],
|
||||
},
|
||||
])
|
||||
const bs = ref([
|
||||
])
|
||||
const bs = ref([
|
||||
{
|
||||
name: '计费标准信息',
|
||||
list: [
|
||||
|
@ -345,19 +365,19 @@ const bs = ref([
|
|||
},
|
||||
],
|
||||
},
|
||||
])
|
||||
let shiyongshouce = ref({})
|
||||
const navList = ref([])
|
||||
const navList2 = ref([])
|
||||
const fileList = ref({})
|
||||
const packageList = ref({})
|
||||
const accessoryList = ref({})
|
||||
const imgList = ref({})
|
||||
const videoList = ref({})
|
||||
const data = ref({})
|
||||
const refData = ref({})
|
||||
const submitFlag = ref(true)
|
||||
const dataFrom = ref({
|
||||
])
|
||||
let shiyongshouce = ref({})
|
||||
const navList = ref([])
|
||||
const navList2 = ref([])
|
||||
const fileList = ref({})
|
||||
const packageList = ref({})
|
||||
const accessoryList = ref({})
|
||||
const imgList = ref({})
|
||||
const videoList = ref({})
|
||||
const data = ref({})
|
||||
const refData = ref({})
|
||||
const submitFlag = ref(true)
|
||||
const dataFrom = ref({
|
||||
infoList: [
|
||||
{
|
||||
attrType: '组件类型',
|
||||
|
@ -368,8 +388,8 @@ const dataFrom = ref({
|
|||
delFlag: 0,
|
||||
type: '组件服务',
|
||||
deptId: '',
|
||||
})
|
||||
const required = ref([
|
||||
})
|
||||
const required = ref([
|
||||
'归属部门',
|
||||
'部门联系人',
|
||||
'部门联系人电话',
|
||||
|
@ -386,15 +406,15 @@ const required = ref([
|
|||
'服务接口',
|
||||
'接口请求方式',
|
||||
'算法类别',
|
||||
])
|
||||
const notFilled = ref([])
|
||||
getUser().then((res) => {
|
||||
])
|
||||
const notFilled = ref([])
|
||||
getUser().then((res) => {
|
||||
dataFrom.value.deptId = res.data.data.deptId
|
||||
})
|
||||
const close = () => {
|
||||
})
|
||||
const close = () => {
|
||||
window.close()
|
||||
}
|
||||
const back = () => {
|
||||
}
|
||||
const back = () => {
|
||||
navList.value.forEach((val, index) => {
|
||||
if (val.key === showView.value && index > 0) {
|
||||
showView.value = navList2.value[index - 1]
|
||||
|
@ -404,8 +424,8 @@ const back = () => {
|
|||
console.log('表单数据=============>', dataFrom.value)
|
||||
}
|
||||
})
|
||||
}
|
||||
const next = () => {
|
||||
}
|
||||
const next = () => {
|
||||
notFilled.value = []
|
||||
console.log(dataFrom.value, 'dataFrom.value.name')
|
||||
if (!dataFrom.value.name) {
|
||||
|
@ -427,14 +447,18 @@ const next = () => {
|
|||
notFilled.value.push('部门联系人电话')
|
||||
}
|
||||
if (
|
||||
!dataFrom.value.infoList.filter((val) => val.attrType === '算法类别')[0] ||
|
||||
!dataFrom.value.infoList.filter(
|
||||
(val) => val.attrType === '算法类别'
|
||||
)[0] ||
|
||||
!dataFrom.value.infoList.filter((val) => val.attrType === '算法类别')[0]
|
||||
.attrValue
|
||||
) {
|
||||
notFilled.value.push('算法类别')
|
||||
}
|
||||
if (
|
||||
!dataFrom.value.infoList.filter((val) => val.attrType === '应用领域')[0] ||
|
||||
!dataFrom.value.infoList.filter(
|
||||
(val) => val.attrType === '应用领域'
|
||||
)[0] ||
|
||||
!dataFrom.value.infoList.filter((val) => val.attrType === '应用领域')[0]
|
||||
.attrValue
|
||||
) {
|
||||
|
@ -459,9 +483,9 @@ const next = () => {
|
|||
console.log('表单数据=============>', dataFrom.value, refData.value)
|
||||
}
|
||||
}
|
||||
}
|
||||
// 预览
|
||||
const preview = () => {
|
||||
}
|
||||
// 预览
|
||||
const preview = () => {
|
||||
notFilled.value = []
|
||||
console.log(dataFrom.value, 'dataFrom.value.name')
|
||||
if (
|
||||
|
@ -496,8 +520,8 @@ const preview = () => {
|
|||
})
|
||||
window.open(newpage.href, '_blank')
|
||||
}
|
||||
}
|
||||
const submit = () => {
|
||||
}
|
||||
const submit = () => {
|
||||
notFilled.value = []
|
||||
console.log(dataFrom.value, 'dataFrom.value.name')
|
||||
if (
|
||||
|
@ -587,8 +611,8 @@ const submit = () => {
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
const init = () => {
|
||||
}
|
||||
const init = () => {
|
||||
getCategoryTree().then((res) => {
|
||||
// console.clear()
|
||||
res.data.data = res.data.data
|
||||
|
@ -704,14 +728,16 @@ const init = () => {
|
|||
}
|
||||
})
|
||||
data.value = res.data.data.children
|
||||
refData.value = data.value.filter((item) => item.name === showView.value)[0]
|
||||
refData.value = data.value.filter(
|
||||
(item) => item.name === showView.value
|
||||
)[0]
|
||||
console.log('所有编目结构==============>', data.value)
|
||||
})
|
||||
}
|
||||
const resourceId = router.currentRoute.value.query.id
|
||||
const taskId = router.currentRoute.value.query.taskId
|
||||
const echoData = ref({})
|
||||
if (resourceId) {
|
||||
}
|
||||
const resourceId = router.currentRoute.value.query.id
|
||||
const taskId = router.currentRoute.value.query.taskId
|
||||
const echoData = ref({})
|
||||
if (resourceId) {
|
||||
// 回显数据
|
||||
selectOne(resourceId).then((res) => {
|
||||
echoData.value = res.data.data
|
||||
|
@ -719,25 +745,25 @@ if (resourceId) {
|
|||
init()
|
||||
// console.log('驳回修改===================>', echoData.value)
|
||||
})
|
||||
} else {
|
||||
} else {
|
||||
init()
|
||||
}
|
||||
// 特殊字段处理
|
||||
const refPutOnTheShelf = ref(null)
|
||||
const changeSfys = (type) => {
|
||||
}
|
||||
// 特殊字段处理
|
||||
const refPutOnTheShelf = ref(null)
|
||||
const changeSfys = (type) => {
|
||||
console.log(refPutOnTheShelf, sfys.value)
|
||||
refPutOnTheShelf.value.add('算法优势', true, type)
|
||||
}
|
||||
const changeYycj = (type) => {
|
||||
}
|
||||
const changeYycj = (type) => {
|
||||
console.log(refPutOnTheShelf)
|
||||
refPutOnTheShelf.value.add('应用场景', true, type)
|
||||
}
|
||||
const changeBs = (type) => {
|
||||
}
|
||||
const changeBs = (type) => {
|
||||
console.log(refPutOnTheShelf)
|
||||
refPutOnTheShelf.value.add('计费标准信息', true)
|
||||
refPutOnTheShelf.value.add('常见问题', true, type)
|
||||
}
|
||||
mybus.on('chageDataFrom', (obj) => {
|
||||
}
|
||||
mybus.on('chageDataFrom', (obj) => {
|
||||
if (obj.attrType == '技术文档' && obj.attrValue != null) {
|
||||
shiyongshouce.value = obj
|
||||
}
|
||||
|
@ -756,24 +782,24 @@ mybus.on('chageDataFrom', (obj) => {
|
|||
})
|
||||
}
|
||||
console.log('数据变更=================》', obj, dataFrom.value.infoList)
|
||||
})
|
||||
mybus.on('chageFileList', (obj) => {
|
||||
})
|
||||
mybus.on('chageFileList', (obj) => {
|
||||
fileList.value = obj
|
||||
})
|
||||
mybus.on('chagePackageList', (obj) => {
|
||||
})
|
||||
mybus.on('chagePackageList', (obj) => {
|
||||
packageList.value = obj
|
||||
})
|
||||
mybus.on('chageAccessory', (obj) => {
|
||||
})
|
||||
mybus.on('chageAccessory', (obj) => {
|
||||
accessoryList.value = obj
|
||||
})
|
||||
mybus.on('chageImgList', (obj) => {
|
||||
})
|
||||
mybus.on('chageImgList', (obj) => {
|
||||
imgList.value = obj
|
||||
})
|
||||
mybus.on('chageVideoList', (obj) => {
|
||||
})
|
||||
mybus.on('chageVideoList', (obj) => {
|
||||
videoList.value = obj
|
||||
})
|
||||
//datafrom外面数据
|
||||
mybus.on('chageDataFromDwon', (obj) => {
|
||||
})
|
||||
//datafrom外面数据
|
||||
mybus.on('chageDataFromDwon', (obj) => {
|
||||
switch (obj.attrType) {
|
||||
case '算法名称':
|
||||
dataFrom.value.name = obj.attrValue
|
||||
|
@ -807,8 +833,8 @@ mybus.on('chageDataFromDwon', (obj) => {
|
|||
break
|
||||
}
|
||||
// console.log('dataFrom.value', dataFrom.value)
|
||||
})
|
||||
onBeforeUnmount(() => {
|
||||
})
|
||||
onBeforeUnmount(() => {
|
||||
mybus.off('chageDataFrom')
|
||||
mybus.off('chageFileList')
|
||||
mybus.off('chageImgList')
|
||||
|
@ -816,13 +842,13 @@ onBeforeUnmount(() => {
|
|||
mybus.off('chageVideoList')
|
||||
mybus.off('chagePackageList')
|
||||
mybus.off('chageAccessory')
|
||||
})
|
||||
})
|
||||
</script>
|
||||
<style lang="less" scoped>
|
||||
.box {
|
||||
.box {
|
||||
position: relative;
|
||||
top: 0.64rem;
|
||||
// margin: 0.15rem 3rem;
|
||||
margin: 0.15rem 4rem;
|
||||
padding: 0.1rem;
|
||||
background: #fff;
|
||||
.header {
|
||||
|
@ -833,87 +859,57 @@ onBeforeUnmount(() => {
|
|||
padding: 0 1rem;
|
||||
}
|
||||
.top {
|
||||
font-size: 16px;
|
||||
margin: 0.32px 0.4px 0;
|
||||
padding: 24px 24pxs;
|
||||
margin: 0.1rem 0.2rem 0;
|
||||
padding: 0.15rem 0.3rem;
|
||||
background: #edf4fc;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
div {
|
||||
font-size: 0.18rem;
|
||||
color: #999;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
.ff {
|
||||
color: #b3b3b3;
|
||||
display: inline-flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
.wai {
|
||||
margin-top: 14px;
|
||||
.bg-box {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
width: 0.45rem;
|
||||
height: 0.45rem;
|
||||
border-radius: 50%;
|
||||
// border: 0.01rem solid rgb(214, 214, 214);
|
||||
margin: 0px 16px;
|
||||
border: 0.01rem solid rgb(214, 214, 214);
|
||||
margin-right: 0.1rem;
|
||||
transition: all 0.3s ease;
|
||||
span {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
width: 0.3rem;
|
||||
height: 0.3rem;
|
||||
border-radius: 50%;
|
||||
border: 1px solid #d9d9d9;
|
||||
}
|
||||
}
|
||||
.bg-name {
|
||||
color: #b3b3b3;
|
||||
border: 0.01rem solid #999;
|
||||
}
|
||||
}
|
||||
.line {
|
||||
// margin-left: 16px;
|
||||
width: 326px;
|
||||
height: 2px;
|
||||
background: #d9d9d9;
|
||||
margin-left: 0.1rem;
|
||||
width: 1.3rem;
|
||||
height: 0.01rem;
|
||||
background: #999;
|
||||
}
|
||||
}
|
||||
.finish {
|
||||
color: #fff;
|
||||
display: inline-flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
.wai {
|
||||
margin-top: 14px;
|
||||
color: #0087ff;
|
||||
.bg-box {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
border-radius: 50%;
|
||||
// border: 0.01rem solid rgb(214, 214, 214);
|
||||
margin: 0px 16px;
|
||||
transition: all 0.3s ease;
|
||||
background: #9ccefa;
|
||||
color: #fff;
|
||||
border: 0.01rem solid #9ccefa;
|
||||
span {
|
||||
background: #0058e1;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
border-radius: 50%;
|
||||
border: 1px solid solid #0058e1;
|
||||
}
|
||||
}
|
||||
.bg-name {
|
||||
color: #212121;
|
||||
font-weight: bold;
|
||||
background: #0087ff;
|
||||
border: 0.01rem solid #0087ff;
|
||||
}
|
||||
}
|
||||
.line {
|
||||
// margin-left: 16px;
|
||||
width: 326px;
|
||||
height: 2px;
|
||||
background: #0058e1;
|
||||
background: #0087ff;
|
||||
}
|
||||
}
|
||||
.btn {
|
||||
|
@ -945,55 +941,34 @@ onBeforeUnmount(() => {
|
|||
}
|
||||
}
|
||||
.first {
|
||||
justify-content: center;
|
||||
justify-content: space-around;
|
||||
}
|
||||
}
|
||||
.btn {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
justify-content: space-between;
|
||||
padding: 0.1rem 3.5rem 0;
|
||||
// button {
|
||||
// cursor: pointer;
|
||||
// font-size: 14px;
|
||||
// text-align: center;
|
||||
// color: #fff;
|
||||
// border: none;
|
||||
// border-radius: 0.06rem;
|
||||
// background: #0087ff;
|
||||
// margin-right:12px;
|
||||
// margin-right:12px;
|
||||
.quxiao{
|
||||
margin-right:12px;
|
||||
button {
|
||||
cursor: pointer;
|
||||
width: 90px;
|
||||
height: 32px;
|
||||
background: #ffffff;
|
||||
color:#0058e1;
|
||||
border-radius: 2px;
|
||||
border: 1px #0058e1 solid;
|
||||
font-size: 0.14rem;
|
||||
width: 0.8rem;
|
||||
height: 0.35rem;
|
||||
text-align: center;
|
||||
color: #fff;
|
||||
border: none;
|
||||
border-radius: 0.06rem;
|
||||
background: #0087ff;
|
||||
}
|
||||
// .quxiao:hover{
|
||||
// background: #0058e1;
|
||||
// color:#ffffff;
|
||||
// }
|
||||
.buzhou{
|
||||
margin-right:12px;
|
||||
cursor: pointer;
|
||||
background: #0058e1;
|
||||
color:#ffffff;
|
||||
width: 90px;
|
||||
height: 32px;
|
||||
border-radius: 2px;
|
||||
border: 1px #0058e1 solid;
|
||||
button:nth-of-type(1) {
|
||||
color: #0087ff;
|
||||
background: #e1edfa;
|
||||
}
|
||||
button:nth-of-type(2) {
|
||||
background: #01c5dc;
|
||||
}
|
||||
// .buzhou:hover{
|
||||
// background: #ffffff;
|
||||
// color:#0058e1;
|
||||
// }
|
||||
|
||||
}
|
||||
.first {
|
||||
justify-content: center;
|
||||
justify-content: space-around;
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue