mirror of
https://github.com/MCSManager/MCSManager.git
synced 2025-02-05 15:29:35 +08:00
优化 界面布局细节
This commit is contained in:
parent
440d574443
commit
b14fccf3f7
@ -131,7 +131,7 @@
|
||||
<button class="btn btn-danger" v-on:click="toDocker(name)">Docker 配置</button>
|
||||
|
|
||||
<button class="btn btn-primary" v-on:click="toConsole(name)">控制面板</button> |
|
||||
<button class="btn btn-success" v-on:click="toRebulider()">保存/更新设置</button>
|
||||
<button class="btn btn-success" v-on:click="toRebulider()">保存设置</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -121,10 +121,10 @@
|
||||
margin-bottom: 2px;
|
||||
color: #292929;
|
||||
border: 1px solid #797676;
|
||||
padding: 2px 4px;
|
||||
padding: 2px 2px;
|
||||
text-align: center;
|
||||
margin-right: 10px;
|
||||
font-size: 12px;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
.AppInlineBlockListTitle {
|
||||
|
Loading…
Reference in New Issue
Block a user