Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to show slides in half of the screen #2403

Open
heisenberg937 opened this issue May 14, 2019 · 0 comments
Open

How to show slides in half of the screen #2403

heisenberg937 opened this issue May 14, 2019 · 0 comments

Comments

@heisenberg937
Copy link

hi,I just want to show the slides on the right of screen while I write code on the leftl,I try layout like this:

<div>
        <a-col :span="12">
                <div class="codemirror">
                </div>
        </a-col>
        <a-col :span="12">
                <div class="reveal" id="slide">
                    <div class="slides">
                        <section>Single Horizontal Slide</section>
                        <section>sldie</section>
                    </div>
                </div>
        </a-col>
    </div>  

but it can never show what I want, could anyone tell me how to layout it?please

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant