给当前页面的最外层div class 加样式 /deep/ html, .home { position: fixed; height: 100%; width: 100 ...
给当前页面的最外层div class 加样式 /deep/ html, .home { position: fixed; height: 100%; width: 100 ...
效果: 1. html el-table 添加 2. ts 代码 ...
实现透明的css方法通常有以下3种方式,以下是不透明度都为80%的写法 css3的opacity:x,x 的取值从 0 到 1,如opacity: 0.8 css3的rgba(red, g ...
Ctrl Alt S快速打开setting: ...
...
Andriod Studio 在file中找setting,如图在Scheme中选择Darcula即可 字体的大小 ...
android设置背景色为透明 方法一: 仅仅要在配置文件内activity属性配置内加上 android:theme="@android:style/Theme.Translucent" 就好了。 这样就调用了android ...