mirror of https://github.com/veops/cmdb.git
ui: lint
This commit is contained in:
parent
b6ef49f139
commit
9511e33736
|
@ -38,7 +38,7 @@
|
||||||
</a-col>
|
</a-col>
|
||||||
</a-row>
|
</a-row>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
export default {
|
export default {
|
||||||
|
@ -135,4 +135,3 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<template>
|
<template>
|
||||||
<CustomDrawer
|
<CustomDrawer
|
||||||
width="800px"
|
width="800px"
|
||||||
placement="left"
|
placement="left"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<template>
|
<template>
|
||||||
<CustomDrawer
|
<CustomDrawer
|
||||||
@close="handleClose"
|
@close="handleClose"
|
||||||
width="500"
|
width="500"
|
||||||
|
|
Loading…
Reference in New Issue