12345678910111213141516171819202122232425262728293031323334 |
- <link rel="stylesheet" href="/assets/libs/element-ui/index.css">
- <link rel="stylesheet" href="/assets/dist/component/main.css">
- <style>
- [v-cloak]{ display:none}
- @media screen and (max-width:750px) {
- .el-dialog{
- width: 90%;
- overflow-x: scroll;
- }
- .el-col-12{
- padding-left: 15px;
- width: 90%;
- overflow-x: scroll;
- }
- #subscribe .bg-image{
- width: 295px;
- }
- }
- </style>
- <div id="reply-form-vip">
- <reply-form-vip
- :type="resource_type"
- :text="text"
- :news="news"
- :text_tip_input="text_tip_input"
- :selected="selected"
- :deploy_type="deploy_type"
- :resource_type="resource_type"
- :keywords="keywords"
- :id="id"
- >
- </reply-form-vip>
- </div>
|