|
@@ -5,9 +5,9 @@
|
|
|
</template>
|
|
|
|
|
|
<script>
|
|
|
-import {defineComponent} from 'vue'
|
|
|
+import { defineComponent } from 'vue'
|
|
|
import locale from 'element-plus/lib/locale/lang/zh-cn'
|
|
|
-import {useStore} from 'vuex'
|
|
|
+import { useStore } from 'vuex'
|
|
|
|
|
|
export default defineComponent({
|
|
|
name: 'App',
|
|
@@ -34,7 +34,7 @@ export default defineComponent({
|
|
|
function getWindowSize() {
|
|
|
const w = window.innerWidth
|
|
|
const h = window.innerHeight - 96
|
|
|
- return {w, h}
|
|
|
+ return { w, h }
|
|
|
}
|
|
|
</script>
|
|
|
|
|
@@ -55,6 +55,11 @@ function getWindowSize() {
|
|
|
overflow: hidden;
|
|
|
}
|
|
|
|
|
|
+.sex-icon {
|
|
|
+ width: 15px;
|
|
|
+ height: 15px;
|
|
|
+}
|
|
|
+
|
|
|
.el-table .cell {
|
|
|
padding-left: 4px;
|
|
|
padding-right: 4px;
|