We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
如图中代码 dv-scroll-ranking-board 被放置在dv-border-box-8下的div中,页面无法显示轮播表,但是如果去掉红框上的div,则可以正常渲染
<dv-full-screen-container> <top-header /> <div class="main-content"> <dv-border-box-8 style="width:20%"> <div id="ranking-board-div"> <div class="ranking-board-title">销售额省份排名</div> <!-- <dv-loading v-if="loading">Loading...</dv-loading> --> <dv-scroll-ranking-board :config="config"/> </div> </dv-border-box-8> <dv-border-box-8 style="width:50%">dv-border-box-12</dv-border-box-8> <dv-border-box-8 style="width:30%">dv-border-box-12</dv-border-box-8> </div> </dv-full-screen-container>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
如图中代码 dv-scroll-ranking-board 被放置在dv-border-box-8下的div中,页面无法显示轮播表,但是如果去掉红框上的div,则可以正常渲染
<dv-full-screen-container> <top-header /> <div class="main-content"> <dv-border-box-8 style="width:20%"> <div id="ranking-board-div"> <div class="ranking-board-title">销售额省份排名</div> <!-- <dv-loading v-if="loading">Loading...</dv-loading> --> <dv-scroll-ranking-board :config="config"/> </div> </dv-border-box-8> <dv-border-box-8 style="width:50%">dv-border-box-12</dv-border-box-8> <dv-border-box-8 style="width:30%">dv-border-box-12</dv-border-box-8> </div> </dv-full-screen-container>
The text was updated successfully, but these errors were encountered: