123456789101112131415161718192021222324252627282930 |
- <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="sign">
- <sign-form-vip
- :type="type"
- :text="text"
- :text_split="text_split"
- :selected="selected"
- :deploy_type="deploy_type"
- >
- </sign-form-vip>
- </div>
|