You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <template>
- <div class="mob-template">
- <el-main>
- <el-form>
- <el-form-item
- label="七牛云存储AccessKey:"
- prop="zhimeng.app_key"
- label-width="250px"
- >
- <el-input show-password></el-input>
- </el-form-item>
- <el-form-item
- label="七牛云存储SecretKey:"
- prop="zhimeng.app_key"
- label-width="250px"
- >
- <el-input show-password></el-input>
- </el-form-item>
- <el-form-item
- label="七牛云存储空间名:"
- prop="zhimeng.app_key"
- label-width="250px"
- >
- <el-input show-password></el-input>
- </el-form-item>
- <el-form-item
- label="七牛云存储bucket域名:"
- prop="zhimeng.app_key"
- label-width="250px"
- >
- <el-input show-password></el-input>
- </el-form-item>
- <el-form-item
- label="七牛云存储文件所属区域:"
- prop="zhimeng.app_key"
- label-width="250px"
- >
- <el-input show-password></el-input>
- </el-form-item>
- </el-form>
- </el-main>
- </div>
- </template>
-
- <script>
- export default {};
- </script>
-
- <style lang="scss" scoped>
- .el-form {
- padding: 20px;
- }
-
- .el-form-item {
- display: flex;
- width: 100%;
- }
- </style>
|