edit.html 872 B

12345678910111213141516171819202122232425262728293031323334
  1. <link rel="stylesheet" href="/assets/libs/element-ui/index.css">
  2. <link rel="stylesheet" href="/assets/dist/component/main.css">
  3. <style>
  4. [v-cloak]{ display:none}
  5. @media screen and (max-width:750px) {
  6. .el-dialog{
  7. width: 90%;
  8. overflow-x: scroll;
  9. }
  10. .el-col-12{
  11. padding-left: 15px;
  12. width: 90%;
  13. overflow-x: scroll;
  14. }
  15. #subscribe .bg-image{
  16. width: 295px;
  17. }
  18. }
  19. </style>
  20. <div id="reply-form-vip">
  21. <reply-form-vip
  22. :type="resource_type"
  23. :text="text"
  24. :news="news"
  25. :text_tip_input="text_tip_input"
  26. :selected="selected"
  27. :deploy_type="deploy_type"
  28. :resource_type="resource_type"
  29. :keywords="keywords"
  30. :id="id"
  31. >
  32. </reply-form-vip>
  33. </div>