no message

Former-commit-id: ea32f5cc3e3a0139b0764050afa10574aaaf45aa [formerly ea32f5cc3e3a0139b0764050afa10574aaaf45aa [formerly ea32f5cc3e3a0139b0764050afa10574aaaf45aa [formerly ea32f5cc3e3a0139b0764050afa10574aaaf45aa [formerly 6db70377591d796746e19f9175e63effdac31478 [formerly 6e3eae9d14b741e32100d48524d08db6d631e852]]]]]
Former-commit-id: 3c2792aebde33f488adf542b977c9ecc8fa8f95b
Former-commit-id: 1917c7195eba8307faaf38a524c8522a073ea1a7
Former-commit-id: 0ce98bf8a4661e8092e2c94f215ae215b5d68279 [formerly 57ea36baefa8649f1c22d6b95ab67866b95f89c7]
Former-commit-id: 0c71c852ef9d058ad6409f2f3ef4ca08deb7db0b
Former-commit-id: d81410c0588c0d9c99c1c7292d18cfd5e2ef955d
Former-commit-id: 19d14c982db47a40b6c2a75f166acbe3b51224c0
Former-commit-id: 5a0835108841585bd5ea60f55e0dd9be02cc8f18
Former-commit-id: 743bbf249a6a6b1e1e7a11e59b35bd53da011ce6
This commit is contained in:
liyang
2018-06-30 00:08:25 +08:00
parent d2d8cbe65c
commit 40bcb45769

View File

@@ -1,8 +1,9 @@
<template>
<d2-container type="full" class="page-demo-playground-gray">
<template slot="header">灰度模式</template>
<div class="colorful">{{isGrayMode ? 'GRAY' : 'COLORFUL'}}</div>
<el-button-group class="d2-mt">
<d2-container class="page-demo-playground-gray">
<template slot="header">
<div class="colorful">{{isGrayMode ? 'GRAY' : 'COLORFUL'}}</div>
</template>
<el-button-group>
<el-button @click="d2adminGrayModeToggle">切换灰度模式</el-button>
<el-button @click="d2adminGrayModeSet(true)">打开灰度模式</el-button>
<el-button @click="d2adminGrayModeSet(false)">关闭灰度模式</el-button>