mirror of
https://github.com/wanglin2/mind-map.git
synced 2026-02-21 10:27:44 +08:00
Demo:优化界面
This commit is contained in:
parent
8a59185156
commit
cb9473bf7c
@ -41,6 +41,6 @@ export default {
|
||||
}
|
||||
|
||||
.el-dialog{
|
||||
border-radius: 10px;
|
||||
border-radius: 10px !important;
|
||||
}
|
||||
</style>
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
class="nodeHyperlinkDialog"
|
||||
:title="$t('nodeHyperlink.title')"
|
||||
:visible.sync="dialogVisible"
|
||||
:width="isMobile ? '90%' : '50%'"
|
||||
:width="isMobile ? '90%' : '800px'"
|
||||
:top="isMobile ? '20px' : '15vh'"
|
||||
>
|
||||
<div class="item">
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
class="nodeTagDialog"
|
||||
:title="$t('nodeTag.title')"
|
||||
:visible.sync="dialogVisible"
|
||||
:width="isMobile ? '90%' : '50%'"
|
||||
:width="isMobile ? '90%' : '800px'"
|
||||
:top="isMobile ? '20px' : '15vh'"
|
||||
>
|
||||
<el-input
|
||||
|
||||
Loading…
Reference in New Issue
Block a user