当前位置:网站首页>Stick to the big screen UI, finereport development diary
Stick to the big screen UI, finereport development diary
2022-07-02 05:47:00 【They call me technical director】
Catalog
2、 Change the of the drop-down box UI Methods
3、 ... and 、 The third edition
Preface :
As expected, serving the people is infinite , When I finished developing a practical large screen , Leaders want to sublimate it , Become the entrance of Foreign Exchange . wow , Suddenly the pattern opened , However, the service also started . First, I applied for the budget from the leader , Find a major UI The company will design and assist the large screen landing . So I began to dwell on every detail , No detail is allowed to be let go . This time we will discuss one of them , See how I design and implement a drop-down box .
One 、 The first edition

As shown in the figure , This is a Kanban at the base level , The corresponding drop-down box is black on white , No fillet treatment, etc .
Two 、 The second edition
1、 Improvement effect

Because the first edition is report Default color , Because this general query button will be placed in a query area , But there is no new query area to deal with the query box alone , The second edition has rounded corners , The background color is set to transparent , The font is Microsoft YaHei white , Then it corresponds to the workshop in the middle 、 model 、 workshop + Model number tab The block tab is also treated uniformly , The overall effect is better , But the corresponding blue drop-down box wants to be set to transparent , Only the triangle inside is white . I haven't worked out how to realize it yet .
2、 Change the of the drop-down box UI Methods
1) Browser preview report , Here we use Chrome Browser as an example .
2) Place the mouse on the desired view class On the control of , The right choice 「 Check 」, You can view the class sentence . As shown in the figure below :

Select one of the drop-down box controls , add to JS event .

Code :
setTimeout(function() {
$(".fr-trigger-texteditor").css({
'background-color': '#424242'
});// Change the background color
$(".fr-trigger-texteditor").css({
'color': 'white'
});// Change the font color to white
$(".fr-trigger-texteditor").css({
'border-top-left-radius': '1.5px'
});// Add a fillet in the upper left corner
$(".fr-trigger-texteditor").css({
'border-bottom-left-radius': '1.5px'
});// Add a fillet in the lower left corner
$(".fr-trigger-texteditor").css({
'border': '0.1px'
});// Border is 0.1px
}, 100)3、 ... and 、 The third edition
Change the border color to light blue , Change the color of the drop-down box to transparent , In this way, the whole drop-down box looks more delicate . Of course, this is not the final version , You have to fight hard .. Ha ha ha . Life lies in tossing . If you have a better design, you are welcome to fight together .
边栏推荐
- 1037 Magic Coupon
- LCD之MIPI协议的一些说明
- Appnuim environment configuration and basic knowledge
- Record sentry's path of stepping on the pit
- Visual studio import
- mysql事务和隔离级别
- Win10 copy files, save files... All need administrator permission, solution
- centos8安装mysql8.0.22教程
- "Simple" infinite magic cube
- Importation de studio visuel
猜你喜欢

Lingyunguang rushes to the scientific innovation board: the annual accounts receivable reaches 800million. Dachen and Xiaomi are shareholders

Fabric. JS iText set italics manually

Go language web development is very simple: use templates to separate views from logic

Vscode paste image plugin saves image path settings

RGB infinite cube (advanced version)

Fabric. JS upload local image to canvas background

Vite打包后的dist不能直接在浏览器打开吗

Fabric. JS iText sets the color and background color of the specified text

Record sentry's path of stepping on the pit

我所理解的DRM显示框架
随机推荐
brew install * 失败,解决方法
Fabric. JS 3 APIs to set canvas width and height
中小型项目手撸过滤器实现认证与授权
Get the details of the next largest number
Balsamiq wireframes free installation
Applet jumps to official account
1037 Magic Coupon
Reflection of the soul of the frame (important knowledge)
Minimum value ruler method for the length of continuous subsequences whose sum is not less than s
With an amount of $50billion, amd completed the acquisition of Xilinx
Zzuli:1064 encrypted characters
Visual studio import
《CGNF: CONDITIONAL GRAPH NEURAL FIELDS》阅读笔记
Zzuli:1069 learn from classmate Z
Usage record of vector
How to write good code - Defensive Programming Guide
Two implementation methods of delay queue
File contains vulnerabilities (II)
centos8安装mysql8.0.22教程
Database batch insert data