14 lines
191 B
CSS
Executable File
14 lines
191 B
CSS
Executable File
/*
|
|
* @Author: fm453
|
|
* @Date: 2021-03-28 22:28:13
|
|
* @Last Modified by: fm453
|
|
* @Last Modified time: 2021-03-29 22:24:33
|
|
*/
|
|
|
|
p{
|
|
font-size: 1.2em;
|
|
}
|
|
.mui-bar-popover {
|
|
width: 30%;
|
|
}
|