Commit 308c3971 authored by mhw's avatar mhw

--

parent d4a6670b
......@@ -84,7 +84,7 @@ export default {
</button>
`);
describeDom.classList.add('describe')
describeDom.classList.add('describe-view')
let height = describeDom.scrollHeight
describeDom.setAttribute('style', 'height:0px;')
describeDom.previousElementSibling.addEventListener('click', function (event) {
......@@ -110,7 +110,7 @@ export default {
}
</style>
<style>
.describe {
.describe-view {
overflow: hidden;
transition: 0.5s all;
color: #000;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment