mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-09-18 19:40:03 +08:00
style(form): table设置width 100%
This commit is contained in:
parent
511acfdb5b
commit
eeb4566a69
@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div>
|
||||
<div class="m-fields-table-wrap">
|
||||
<teleport to="body" :disabled="!isFullscreen">
|
||||
<div ref="mTable" class="m-fields-table" :class="{ 'm-fields-table-item-extra': config.itemExtra }">
|
||||
<span v-if="config.extra" style="color: rgba(0, 0, 0, 0.45)" v-html="config.extra"></span>
|
||||
|
@ -1,3 +1,7 @@
|
||||
.m-fields-table-wrap {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.m-fields-table {
|
||||
width: 100%;
|
||||
&.fixed {
|
||||
|
Loading…
x
Reference in New Issue
Block a user