Коррекция размеров окна

This commit is contained in:
Book Pauk
2019-08-29 15:57:47 +07:00
parent 15ec362428
commit 6321002617

View File

@@ -7,7 +7,7 @@
<el-table <el-table
:data="tableData" :data="tableData"
style="width: 100%" style="width: 570px"
size="mini" size="mini"
height="1px" height="1px"
stripe stripe
@@ -24,7 +24,7 @@
</el-table-column> </el-table-column>
<el-table-column <el-table-column
prop="touchDateTime" prop="touchDateTime"
min-width="90px" min-width="85px"
sortable sortable
> >
<template slot="header" slot-scope="scope"><!-- eslint-disable-line vue/no-unused-vars --> <template slot="header" slot-scope="scope"><!-- eslint-disable-line vue/no-unused-vars -->
@@ -57,7 +57,7 @@
</template> </template>
<el-table-column <el-table-column
min-width="300px" min-width="280px"
> >
<template slot-scope="scope"> <template slot-scope="scope">
<div class="desc" @click="loadBook(scope.row.url)"> <div class="desc" @click="loadBook(scope.row.url)">
@@ -68,7 +68,7 @@
</el-table-column> </el-table-column>
<el-table-column <el-table-column
min-width="100px" min-width="90px"
> >
<template slot-scope="scope"> <template slot-scope="scope">
<a v-show="isUrl(scope.row.url)" :href="scope.row.url" target="_blank">Оригинал</a><br> <a v-show="isUrl(scope.row.url)" :href="scope.row.url" target="_blank">Оригинал</a><br>