GithubHelp home page GithubHelp logo

Comments (12)

mosiboom avatar mosiboom commented on July 20, 2024

请问是怎么出现这个问题的,能具体描述一下吗

from dcat-iframe-tab.

Abbotton avatar Abbotton commented on July 20, 2024

请看动画, Dcat-admin版本是2.1.1-beta

动画

from dcat-iframe-tab.

Abbotton avatar Abbotton commented on July 20, 2024

<table>标签上加上overflow:hidden !important;可以去掉左右和上下的滚动条,但弹出来的下拉菜单也被隐藏掉了.

from dcat-iframe-tab.

mosiboom avatar mosiboom commented on July 20, 2024

看一下iframe-tab的版本

from dcat-iframe-tab.

Abbotton avatar Abbotton commented on July 20, 2024

看一下iframe-tab的版本

image

from dcat-iframe-tab.

mosiboom avatar mosiboom commented on July 20, 2024

我用了原来这个配置也是没有问题的,Dcat\Admin\Grid\Displayers\DropdownActions::class,而且我把屏幕尺寸调小也没能出现你这个问题,之前在1.1.1版本的时候已经修复了表格内容过多时造成横向滚动条无法移动的问题,可以看下版本更新文档:
dcat-iframe-tab/releases/tag/1.1.1

image

from dcat-iframe-tab.

mosiboom avatar mosiboom commented on July 20, 2024

或者尝试着ctrl+F5无缓存刷新下页面

from dcat-iframe-tab.

Abbotton avatar Abbotton commented on July 20, 2024

我看了下PR记录,感觉还是这段CSS代码的问题:

#app .dcat-box{
    overflow: auto;
}

我修改为如下代码就正常了:

#app .dcat-box{
    overflow: revert;
}

动画如下:
演示

您再帮忙看一下, 如果确实是这个问题, 那就简单了, 您这边提个PR就完事儿了.

PS: 我的浏览器是Microsoft Edge v91.0.864.70, 也在别的电脑上使用Firefox v89.0.2 测试过.

from dcat-iframe-tab.

mosiboom avatar mosiboom commented on July 20, 2024

应该是这个问题。我这边测试了下只有chrome能成功,Safari上也不行,感谢您提的问题,稍后我会修改发布新版本,能顺便科普下revert这个属性值吗

from dcat-iframe-tab.

mosiboom avatar mosiboom commented on July 20, 2024

revertMDN文档

from dcat-iframe-tab.

Abbotton avatar Abbotton commented on July 20, 2024

应该是这个问题。我这边测试了下只有chrome能成功,Safari上也不行,感谢您提的问题,稍后我会修改发布新版本,能顺便科普下revert这个属性值吗

哈哈, 科普谈不上, 您这已经贴了链接了. 我就不献丑了. 期待发新版.

from dcat-iframe-tab.

Abbotton avatar Abbotton commented on July 20, 2024

更新了一下,实测确实已解决这个问题.谢谢.

from dcat-iframe-tab.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.