@ -1,7 +1,8 @@
<template>
<div class="maxb">
<basic-container>
<div class="avue-crud">
<el-descriptions
class="margin-top"
title="客户信息详情"
:column="2"
size="Large"
@ -144,8 +145,8 @@
</el-descriptions-item>
</el-descriptions>
</div>
</basic-container>
<!-- <el-button type="primary" @click="bkbut">返回</el-button> -->
</template>
<script setup>
@ -180,20 +181,4 @@ function bkbut(){
const { detail }=toRefs(details)
</script>
<style lang="scss">
.margin-top{
// margin-top: 20px;
margin-left: 20px;
margin-right: 20px;
}
.maxb{
background-color: #fff;
border-radius: 5px;
box-shadow: var(--el-box-shadow-light);
padding: 20px 0;
box-sizing: border-box;
padding-top: 20px;
height: 100%;
</style>