mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 02:15:48 +02:00
Merge branch 'dev' into feat/passkey
This commit is contained in:
commit
aa30b0b4af
1 changed files with 5 additions and 3 deletions
|
@ -239,16 +239,18 @@ async function performUpgrade() {
|
|||
</AModal>
|
||||
</template>
|
||||
|
||||
<style scoped lang="less">
|
||||
<style lang="less">
|
||||
.dark {
|
||||
:deep(.core-upgrade-log-container) {
|
||||
.core-upgrade-log-container {
|
||||
background-color: rgba(0, 0, 0, 0.84);
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
<style scoped lang="less">
|
||||
:deep(.core-upgrade-log-container) {
|
||||
height: 320px;
|
||||
overflow: scroll;
|
||||
overflow-y: auto;
|
||||
background-color: #f3f3f3;
|
||||
border-radius: 4px;
|
||||
margin-top: 15px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue