Commit 308c3971 authored by mhw's avatar mhw

--

parent d4a6670b
...@@ -84,7 +84,7 @@ export default { ...@@ -84,7 +84,7 @@ export default {
</button> </button>
`); `);
describeDom.classList.add('describe') describeDom.classList.add('describe-view')
let height = describeDom.scrollHeight let height = describeDom.scrollHeight
describeDom.setAttribute('style', 'height:0px;') describeDom.setAttribute('style', 'height:0px;')
describeDom.previousElementSibling.addEventListener('click', function (event) { describeDom.previousElementSibling.addEventListener('click', function (event) {
...@@ -110,7 +110,7 @@ export default { ...@@ -110,7 +110,7 @@ export default {
} }
</style> </style>
<style> <style>
.describe { .describe-view {
overflow: hidden; overflow: hidden;
transition: 0.5s all; transition: 0.5s all;
color: #000; 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