mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-06-09 03:27:32 +08:00
feat: 补充提案规则ui
This commit is contained in:
@@ -1,5 +1,16 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="proposal-section">
|
<div class="proposal-section">
|
||||||
|
<div class="proposal-row">
|
||||||
|
<span class="proposal-row-title rule">
|
||||||
|
<info-icon class="proposal-description-title-icon" />提案规则说明</span
|
||||||
|
>
|
||||||
|
<div class="proposal-description-content">
|
||||||
|
<p>提案规则1</p>
|
||||||
|
<p>提案规则</p>
|
||||||
|
<p>提案规则</p>
|
||||||
|
<p>提案规则</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
<div class="proposal-row">
|
<div class="proposal-row">
|
||||||
<span class="proposal-row-title">拟议分类名称</span>
|
<span class="proposal-row-title">拟议分类名称</span>
|
||||||
<BaseInput v-model="data.proposedName" placeholder="请输入分类名称" />
|
<BaseInput v-model="data.proposedName" placeholder="请输入分类名称" />
|
||||||
@@ -35,8 +46,32 @@ defineProps({
|
|||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.proposal-row-title.rule {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.proposal-row {
|
.proposal-row {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.proposal-activity {
|
||||||
|
margin-top: 20px;
|
||||||
|
padding: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.proposal-description-title-text {
|
||||||
|
font-size: 14px;
|
||||||
|
font-weight: bold;
|
||||||
|
margin-left: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.proposal-description-title-icon {
|
||||||
|
margin-right: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.proposal-description-content {
|
||||||
|
font-size: 12px;
|
||||||
|
opacity: 0.8;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user