diff options
Diffstat (limited to 'src-vue/src')
-rw-r--r-- | src-vue/src/style.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src-vue/src/style.css b/src-vue/src/style.css index c66a6248..dfe682bf 100644 --- a/src-vue/src/style.css +++ b/src-vue/src/style.css @@ -46,3 +46,11 @@ body { color: white; margin: 30px 15px; } + +.el-popper { + width: 200px !important; +} + +.el-popconfirm { + word-break: break-word; +} |