no message
Former-commit-id: 61bf982ec298b7fcc4e0c6921063fb963765bb66 [formerly 61bf982ec298b7fcc4e0c6921063fb963765bb66 [formerly 61bf982ec298b7fcc4e0c6921063fb963765bb66 [formerly 61bf982ec298b7fcc4e0c6921063fb963765bb66 [formerly 3f18c25a95fbb8e4190ca71b2c97cffe94ac04d4 [formerly 8f20d6de0a11f68150478192a6ba44710fb06b6f]]]]] Former-commit-id: f76cb2026e0973a0c101af77fb27e94b6a579db3 Former-commit-id: b371208148d4048cc99a36a8b5eebc499edb35ca Former-commit-id: b23d1c7f77d57ea350c726b576e11a968656a70c [formerly aa7b7d80e402ee0cf9c1e110c527b0e95798b5a4] Former-commit-id: 6ef18297b7bdec5a715e20e591d88050eabe5de6 Former-commit-id: 88ffe38ffe699441967a01b65dbc1d5d05265dca Former-commit-id: 0f6312d53e4ec0a82db82500298a2fe2357234e5 Former-commit-id: aefc4d6cbed6d9cc23f3e1f4683c7e334588a02a Former-commit-id: 0bce69b70d62b8de104aa9197702ff200c374126
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<el-table :data="themeList" v-bind="table">
|
||||
<el-table-column prop="name" align="center" width="160"/>
|
||||
<el-table-column label="预览" width="220">
|
||||
<el-table-column label="预览" width="120">
|
||||
<div
|
||||
slot-scope="scope"
|
||||
class="theme-preview"
|
||||
@@ -49,8 +49,8 @@ export default {
|
||||
<style lang="scss" scoped>
|
||||
@import '~@/assets/style/public.scss';
|
||||
.theme-preview {
|
||||
height: 100px;
|
||||
width: 200px;
|
||||
height: 50px;
|
||||
width: 100px;
|
||||
border-radius: 4px;
|
||||
background-size: cover;
|
||||
border: 1px solid $color-border-1;
|
||||
|
||||
Reference in New Issue
Block a user