提交
This commit is contained in:
@@ -38,7 +38,7 @@ export default {
|
||||
};
|
||||
|
||||
const tab = ref("person"); // person intermediary more
|
||||
|
||||
|
||||
computed(() => {
|
||||
if (props['intermediary'] == 1) tab = "intermediary"
|
||||
else tab = "person"
|
||||
@@ -152,6 +152,19 @@ export default {
|
||||
.about-list-item {
|
||||
padding: 30px 0;
|
||||
|
||||
position: relative;
|
||||
|
||||
&::after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
top: 40px;
|
||||
left: -22px;
|
||||
width: 8px;
|
||||
height: 8px;
|
||||
border-radius: 50%;
|
||||
background: rgba(80, 227, 194, 1);
|
||||
}
|
||||
|
||||
&:not(:last-of-type) {
|
||||
border-bottom: 1px dashed #ebebeb;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user