mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-17 10:08:14 +08:00
✨ 添加圣遗物展示
This commit is contained in:
@@ -34,13 +34,22 @@ interface TucDetailDescConstellationProps {
|
||||
const props = defineProps<TucDetailDescConstellationProps>();
|
||||
</script>
|
||||
<style lang="css" scoped>
|
||||
.tuc-ddc-content {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: start;
|
||||
justify-content: space-around;
|
||||
height: 100%;
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
.tuc-ddc-top {
|
||||
margin-left: 15px;
|
||||
color: var(--common-color-blue-2);
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
.tuc-ddc-bottom {
|
||||
margin-left: 15px;
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
.tuc-ddc-bottom :nth-child(1) {
|
||||
|
||||
Reference in New Issue
Block a user