mirror of
https://github.com/jumpserver/lina.git
synced 2025-08-13 20:35:58 +00:00
[update]完成详情页设置,修改tree结构
This commit is contained in:
parent
b49340b6d0
commit
1ba5fae985
@ -1,31 +0,0 @@
|
|||||||
<template>
|
|
||||||
<div class="form-group-header">
|
|
||||||
<div v-if="line" class="hr-line-dashed" />
|
|
||||||
<h3>{{ title }}</h3>
|
|
||||||
</div>
|
|
||||||
</template>
|
|
||||||
|
|
||||||
<script>
|
|
||||||
export default {
|
|
||||||
props: {
|
|
||||||
title: {
|
|
||||||
type: String,
|
|
||||||
default: 'Title'
|
|
||||||
},
|
|
||||||
line: {
|
|
||||||
type: Boolean,
|
|
||||||
default: true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</script>
|
|
||||||
|
|
||||||
<style lang="less" scoped>
|
|
||||||
.hr-line-dashed {
|
|
||||||
border-top: 1px dashed #e7eaec;
|
|
||||||
color: #ffffff;
|
|
||||||
background-color: #ffffff;
|
|
||||||
height: 1px;
|
|
||||||
margin: 20px 0;
|
|
||||||
}
|
|
||||||
</style>
|
|
Loading…
Reference in New Issue
Block a user