|
@@ -1,5 +1,5 @@
|
|
|
<template>
|
|
|
- <div :class="[none ? 'none_writeTable' : '', 'writeTable']" v-if="data">
|
|
|
+ <div :class="['writeTable']" v-if="data">
|
|
|
<div class="writeTop">
|
|
|
<div
|
|
|
class="writeTop-row"
|
|
@@ -237,17 +237,6 @@ export default {
|
|
|
};
|
|
|
</script>
|
|
|
<style lang="scss" scoped>
|
|
|
-.none_writeTable {
|
|
|
- width: 794px !important;
|
|
|
- height: 1147px !important;
|
|
|
- display: flex;
|
|
|
- justify-content: center;
|
|
|
- align-items: center;
|
|
|
- flex-wrap: wrap;
|
|
|
- .writeTop {
|
|
|
- padding-top: 0;
|
|
|
- }
|
|
|
-}
|
|
|
.writeTable {
|
|
|
background: #ffffff;
|
|
|
border: 1px solid rgba(0, 0, 0, 0.08);
|