修复灰度模态框的显示异常;

Former-commit-id: 4b5fa3c38c762f51b0e218c0c0e781b681694217 [formerly 4b5fa3c38c762f51b0e218c0c0e781b681694217 [formerly 4b5fa3c38c762f51b0e218c0c0e781b681694217 [formerly 4b5fa3c38c762f51b0e218c0c0e781b681694217 [formerly a975a5ba14c7bc9ab8df238522dad0be682671d0 [formerly 6408104da0af2ba24a7945787952b51ec7ce1a4f]]]]]
Former-commit-id: dbcef09ac3d30f5bfd8a95be16129380fa5a27d2
Former-commit-id: 14cf96cf78c2928c75f1d08b5617327992925959
Former-commit-id: 5aea978766a08fd559325b91f1591d417a84df41 [formerly ce4c8df31c87923dfad80f7cd693fd51473ecb46]
Former-commit-id: 76342bd743e1fa0bb3a027fa8896fcdffdde88f3
Former-commit-id: 9abcc10c5ad6a376d2146246e9f7bee19e863202
Former-commit-id: 0285dd54e718f229c7b8298d724dc8f9009c3b0b
Former-commit-id: 2a55235ac2ef8f405d2771c7272630f725b36ce7
Former-commit-id: a6fb0c5890ce5f2a71531a1e7925ea960930e468
This commit is contained in:
Lu Chaohai
2018-08-16 15:18:40 +08:00
parent cfa7302e74
commit 562fb549f3

View File

@@ -5,7 +5,7 @@
<d2-icon name="diamond" style="font-size: 16px"/>
</el-button>
</el-tooltip>
<el-dialog title="主题" width="600px" :visible.sync="dialogVisible">
<el-dialog title="主题" width="600px" :visible.sync="dialogVisible" :append-to-body="true">
<d2-theme-list style="margin-top: -25px;"/>
</el-dialog>
</div>